Markdown Test File
This file demonstrates all common markdown features.
Text Formatting
Italic text and also italic text
Bold text and also bold text
Bold and italic and also bold and italic
Strikethrough text
Headers
H1
H2
H3
H4
H5
H6
Lists
Unordered Lists
- Item 1
- Item 2
- Subitem 2.1
- Subitem 2.2
- Item 3
Ordered Lists
- First item
- Second item
- Subitem 2.1
- Subitem 2.2
- Third item
Task Lists
- Completed task
- Incomplete task
- Another task
Links and Images
Links
Images

Code
Inline Code
This is inline code
example.
Code Blocks
function hello() {
console.log("Hello, world!");
}
def hello():
print("Hello, world!")
Tables
Header 1 | Header 2 | Header 3 |
---|---|---|
Cell 1 | Cell 2 | Cell 3 |
Cell 4 | Cell 5 | Cell 6 |
Blockquotes
This is a blockquote
This is a nested blockquote
Back to the first level
Horizontal Rules
Footnotes
Here's a sentence with a footnote. 1
Definition Lists
Term 1 : Definition 1
Term 2 : Definition 2
Emoji
:smile: :heart: :rocket:
Math (if supported)
Inline math: E = mc^2
Block math:
\frac{n!}{k!(n-k)!} = \binom{n}{k}
HTML (if supported)
This is HTML content
Escaping
* This is not italic *
Line Breaks
This is the first line.
This is the second line.
Abbreviations
*[HTML]: Hyper Text Markup Language *[W3C]: World Wide Web Consortium
The HTML specification is maintained by the W3C.
Footnotes
-
This is the footnote. ↩