by Joshua Fouch
Markdown Feature Test
Headers
H1
H2
H3
H4
Text Formatting
- Italic
- Bold
- Bold + Italic
StrikethroughInline code
Lists
Unordered List
- Item 1
- Item 2
- Nested Item 2.1
- Nested Item 2.2
Ordered List
- First
- Second
- Nested A
- Nested B
- Third
Links
Images
Blockquotes
This is a blockquote.
With multiple lines.
Code Blocks
Inline
Use print("Hello World")
in Python.
Multiline
def greet(name):
return f"Hello, {name}!"
print(greet("World"))