obsidian-export 25.3.0

Rust library and associated CLI program to export an Obsidian vault to regular Markdown.
Documentation
1
2
3
4
5
6
7
8
9
10
11
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]$$