## Markdown
### Headings
```
# Heading level 1
## Heading level 2
### Heading level 3
- Red
- Green
- Blue
1. Red
2. Yellow
[Link](https://example.org)
```
```md
Here's a simple footnote,[^1] and here's a longer one.[^bignote]
[^1]: meaningful!
[^bignote]: Here's one with multiple paragraphs and code.
Indent paragraphs to include them in the footnote.
`{ my code }`
Add as many paragraphs as you like.
```
<https://help.obsidian.md/How+to/Format+your+notes>
<https://www.markdownguide.org/basic-syntax>