e2ef435f04
This ensures LaTeX/MathJax blocks don't get mangled as seen in https://github.com/zoni/obsidian-export/issues/14.
348 B
348 B
Don't escape square brackets in math expressions
The upgrade to pulldown-cmark 0.11 (see Backwards-incompatible Changes) includes official support for LaTeX-style math expressions. With the markdown parser supporting this syntax natively, math expressions are now processed correctly without edge-cases.