Markdown Example
Headers
This is a Third-level Header
This is a Fourth-level Header
This is a Fifth-level Header
This is a Sixth-level Header
Emphasis
This text will be italic. This text will also be italic.
This text will be bold. This text will also be bold.
Lists
Unordered List
- Item 1
- Item 2
- Subitem 2.1
- Subitem 2.2
- Item 3
Ordered List
- First item
- Second item
- Third item
Links
Images
![]()
Blockquotes
This is a blockquote. It can span multiple lines.
Code
Inline Code
You can use inline code within your text.
Code Blocks
def greeting(name):
print("Hello, " + name)
greeting("Alice")