Markdown Test Post
This is a sample Markdown test post with various elements.
Text Formatting
You can use italic, bold, or both text formatting.
Lists
Ordered List
- Item 1
- Item 2
- Item 3
Unordered List
- Item A
- Item B
- Item C
Task List
- Task 1
- Task 2
- Task 3
Links
Here’s a link to Google.
Images
Blockquotes
This is a blockquote.
Code
Inline code can be written like code
, and code blocks can be created:
def hello_world():
print("Hello, world!")
Tables
Header 1 | Header 2 |
---|---|
Cell 1 | Cell 2 |
Cell 3 | Cell 4 |
Cell 5 | Cell 6 |
Cell 7 | Cell 8 |
Cell 9 | Cell 10 |
Header 1 | Header 2 | Header 3 | Header 4 |
---|---|---|---|
Cell 1 | Cell 2 | Cell 2 | Cell 2 |
Cell 3 | Cell 4 | Cell 2 | Cell 2 |
Cell 5 | Cell 6 | Cell 2 | Cell 2 |
Cell 7 | Cell 8 | Cell 2 | Cell 2 |
Cell 9 | Cell 10 | Cell 2 | Cell 2 |
Horizontal Rule
Headers
Third-level Header
Fourth-level Header
Line Breaks
You can force a line break by ending a line with two or more spaces.
line break
no line break
line break with 2 new lines
here the code:
You can force a line break by ending a line with two or more spaces.
line break
no line break
line break with 2 new lines
Footnotes
Here’s a footnote1.
Escaping Markdown
If you want to display literal Markdown characters, you can use backslashes, like *this* won’t be italic.
Special Characters
You can include special characters, such as © and ™.
That’s it for this Markdown test post!
-
This is a sample footnote. ↩