obsidian-export/tests/testdata/expected/main-samples/math.md

12 lines
315 B
Markdown
Raw Normal View History

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$$
<!-- https://github.com/zoni/obsidian-export/issues/14 -->
With square brackets (inline): $[0, 2\pi]$
With square brackets (block):
$$[0, 2\pi]$$