Markdown showcase
This page showcases various formatting features, mostly useful for testing.
Text Styling
Italic Text
Bold Text
Strikethrough Text
Monospace Text
Paragraphs and Newlines
This is a paragraph.
This is another paragraph.
Headings
Heading 3
Heading 4
Heading 5
Heading 6
Footnotes
Here is some text with a footnote[1].
Blockquotes
This is a blockquote.
It can span multiple lines.
Lists
Ordered List
- Item 1
- Item 2
- Subitem 2.1
- Subitem 2.2
- Subsubitem 2.2.1
- Subsubitem 2.2.2
- Item 3
Unordered List
- Item A
- Item B
- Subitem B.1
- Subitem B.2
- Subsubitem B.2.1
- Subsubitem B.2.2
- Item C
Links
Codeblocks
# Some Python code:
def greet():
print("Hello, world!") # Lines of code that are really long are NOT wrapped. Rather, the codeblock becomes horizontally scrollable.
Images
Tables
Name | Age | Location |
---|---|---|
Alice | 30 | New York |
Bob | 35 | London |
This is the footnote. ↩