You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm opening this issue here because I wasted some time thinking it was a problem with this project.
If you use brackets as delimiters in mdmath, you may find problems rendering; in particular, square brackets don't work reliably:
Expected behavior
markdown like this
\[f^2\]\(f^3\)
should always be rendered a mathematics
Actual behavior
Sometimes the square bracket math markup does not work
Related links
This is in fact not due to this project per se but a bug
in the underlying markdown parser markdown-it-texmath.
I mention it here so that other people are not confused by this behaviour.
We might wish to indicate this in the documentation until we get around to filing fixes.
The text was updated successfully, but these errors were encountered:
Summary
I'm opening this issue here because I wasted some time thinking it was a problem with this project.
If you use brackets as delimiters in mdmath, you may find problems rendering; in particular, square brackets don't work reliably:
Expected behavior
markdown like this
should always be rendered a mathematics
Actual behavior
Sometimes the square bracket math markup does not work
Related links
This is in fact not due to this project per se but
a bug
in the underlying markdown parser
markdown-it-texmath.
I mention it here so that other people are not confused by this behaviour.
We might wish to indicate this in the documentation until we get around to filing fixes.
The text was updated successfully, but these errors were encountered: