Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bracket delimiters don't work #66

Closed
danmackinlay opened this issue Feb 1, 2019 · 1 comment
Closed

Bracket delimiters don't work #66

danmackinlay opened this issue Feb 1, 2019 · 1 comment

Comments

@danmackinlay
Copy link

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

\[f^2\] \(f^3\)

should always be rendered a mathematics

Actual behavior

Sometimes the square bracket math markup does not work

failure in markdown bracket delimiter rendering

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.

@goessner
Copy link
Owner

goessner commented Feb 7, 2019

Resolved by update with respect to update of markdown-it-texmath to version 0.5.5 due to resolved rendering bug with brackets delimiters.

Thanks.

@goessner goessner closed this as completed Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants