obsidian-export/tests/testdata/expected/main-samples/math.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

315 B

This sentence uses $ delimiters to show math inline: \sqrt{3x-1}+(1+x)^2

This is the same math expression expressed as a block element:

\sqrt{3x-1}+(1+x)^2

With square brackets (inline): [0, 2\pi]

With square brackets (block):

[0, 2\pi]