e2ef435f04
This ensures LaTeX/MathJax blocks don't get mangled as seen in https://github.com/zoni/obsidian-export/issues/14.
5 lines
348 B
Markdown
5 lines
348 B
Markdown
Don't escape square brackets in math expressions
|
|
|
|
The upgrade to [pulldown-cmark](https://crates.io/crates/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.
|