euporie.core.convert.formats.html.texmath_plugin

euporie.core.convert.formats.html.texmath_plugin(md: MarkdownIt, delimiters='dollars', macros: Optional[dict] = None)

Plugin ported from markdown-it-texmath.

It parses TeX math equations set inside opening and closing delimiters:

$\alpha = \frac{1}{2}$
Parameters:

delimiters – one of: brackets, dollars, gitlab, julia, kramdown