euporie.core.convert.formats.html.amsmath_plugin

euporie.core.convert.formats.html.amsmath_plugin(md: MarkdownIt, *, renderer: Optional[Callable[[str], str]] = None)

Parses TeX math equations, without any surrounding delimiters, only for top-level amsmath environments:

\begin{gather*}
a_1=b_1+c_1\\
a_2=b_2+c_2-d_2+e_2
\end{gather*}
Parameters:

renderer – Function to render content, by default escapes HTML