Headings¶
# H1
## H2
### H3
H1¶
H2¶
H3¶
Bold¶
**Bold Text**
Bold Text
Italic¶
*italicized text*
italicized text
Blockquote¶
> blockquote
blockquote
Ordered List¶
1. First item
2. Second item
1. Ordered sublist
3. Third item
* Unordered sublist
- First item
- Second item
- Ordered sublist
- Third item
- Unordered sublist
Unordered List¶
- First item
- Second item
- Third item
- First item
- Second item
- Third item
Code¶
`code`
code
Horizontal Rule¶
---
Link¶
[youtube](https://www.youtube.com/)
Image¶

Footnote¶
Here's a sentence with a footnote. [^1]
[^1]: This is the footnote.
Here's a sentence with a footnote. 1
Strikethrough¶
~~The world is flat.~~
The world is flat.
Task List¶
- [ ] Write the press release
- [ ] Update the website
- [ ] Contact the media
- Write the press release
- Update the website
- Contact the media
Highlight¶
I need to highlight these ==very important words==
I need to highlight these very important words
-
This is the footnote. ↩