-
@ Marth
2024-09-19 20:46:05Markdown Cheatsheet
Headers
H1
H2
H3
H4
H5
H6
Emphasis
italic or italic bold or bold bold italic or bold italic ~~strikethrough~~
Lists
Unordered
- Item 1
- Item 2
- Subitem 2.1
- Subitem 2.2
Ordered
- First item
- Second item
- Third item
Links
Images
Blockquotes
This is a blockquote
It can span multiple lines
Code
Inline
code
has back-ticks around it.Code blocks are fenced by three back-ticks
Horizontal Rule
Tables
| Header 1 | Header 2 | Header 3 | |----------|----------|----------| | Row 1, Column 1 | Row 1, Column 2 | Row 1, Column 3 | | Row 2, Column 1 | Row 2, Column 2 | Row 2, Column 3 |
Task Lists
- [x] Completed task
- [ ] Uncompleted task
Footnotes
Here's a sentence with a footnote. [^1]
[^1]: This is the footnote.
Escaping Characters
*This text is surrounded by literal asterisks*