obsidian-export/changelog.d/14.fix.md
Nick Groenen e2ef435f04
Enable math extension
This ensures LaTeX/MathJax blocks don't get mangled as seen in
https://github.com/zoni/obsidian-export/issues/14.
2024-08-04 21:11:06 +02:00

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.