obsidian-export 25.3.0

Rust library and associated CLI program to export an Obsidian vault to regular Markdown.
Documentation
# Heading 1

## Heading 2

### Heading 3

 > 
 > Single line quote.

---

 > 
 > Multi-paragraph quote, line 1.
 > 
 > Multi-paragraph quote, line 2.
 > Multi-paragraph quote, line 3.

* One
* Two
* Three

---

* [ ] unchecked list
* [x] checked list

---

1. One
1. Two
1. Three

*Ephasized text*

**Bold text**

~~Strikethrough~~

|Table||
|-----|-|
|Foo|Bar|

[link text](link-location.md)

Paragraph with some text.
And a footnote [^fn1].

[^fn1]: Footnote