Closed lytoooo0 closed 4 years ago
see the official link https://docs.mathjax.org/en/latest/input/tex/eqnumbers.html
I cannot reproduce this.
>>> import markdown
>>> from mdx_math import MathExtension
>>> md = markdown.Markdown(extensions=[MathExtension()])
>>> source = r"\begin{equation*} e^{\pi i} + 1 = 0 \end{equation*}"
>>> print(md.convert(source))
<p>
<script type="math/tex; mode=display">\begin{equation*} e^{\pi i} + 1 = 0 \end{equation*}</script>
</p>
How are you using this extension? Can you paste HTML output that you get?
No reply, closing.
when using
\begin{equation*} e^{\pi i} + 1 = 0 \end{equation*}
environment, the "*" seems to be eaten and the result will bemaybe a particular rules is necessary. Thank you.