Heading Level 1
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Text Formatting
Bold Text using ** or Bold Text using __.
Italic Text using * or Italic Text using _.
Bold and Italic using *** or Bold and Italic using ___.
Strikethrough using ~~.
Inline Code using backticks.
Lists
Unordered List
- Item 1
- Item 2
- Sub-item 2.1
- Sub-item 2.2
- Sub-sub-item 2.2.1
- Item 3
Ordered List
- First Item
- Second Item
- Sub-item 2.1
- Sub-item 2.2
- Third Item
Task List
- Completed task
- Incomplete task
- Another task
Blockquotes
This is a blockquote.
It can span multiple lines.
And can be nested.
Code Blocks
javascript1// JavaScript Example 2function hello() { 3 console.log("Hello, World!"); 4} 5hello();
python1# Python Example 2def hello(): 3 print("Hello, World!") 4 5if __name__ == "__main__": 6 hello()
css1/* CSS Example */ 2body { 3 background-color: #f0f0f0; 4 color: #333; 5}
Tables
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Left Aligned | Center Aligned | Right Aligned |
| Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 |
| Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 |
Horizontal Rule
Images
HTML Elements
This is a raw HTML div with inline styles.