# H1 Header
## H2 Header
### H3 Header
#### H4 Header
##### H5 Header
###### H6 Header
- Bold text using
**bold**or__bold__ - Italic text using
*italic*or_italic_ - Bold and italic using
***text*** Strikethroughusing~~text~~Inline codeusing backticks
- Item 1
- Item 2
- Nested item
- Another nested item
- Item 3
1. First item
2. Second item
1. Nested item
2. Another nested item
3. Third item
Use single backticks: code here
code block
def hello_world():
print("Hello, World!")function helloWorld() {
console.log("Hello, World!");
}This is a blockquote
It can span multiple lines
And can be nested
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Row 1 | Cell 2 | Cell 3 |
| Row 2 | Cell 5 | Cell 6 |
| Left | Center | Right |
|---|---|---|
| L1 | C1 | R1 |
| L2 | C2 | R2 |
Create horizontal lines with:
---
***
___
- End a line with two spaces for a line break
- Or use an empty line for a paragraph break
Use backslash to escape special characters: *literal asterisk*
- Completed task
- Incomplete task
- Another task
Here's a sentence with a footnote1.
- @username (on platforms that support it)
- #123 (issue/PR references on GitHub)
Most Markdown parsers support basic HTML:
Click to expand
Hidden content here- Preview your Markdown as you write
- Different platforms may have slight variations
- Keep it simple - Markdown's strength is readability
- Use consistent spacing and formatting
- Consider your audience and platform capabilities
Footnotes
-
This is the footnote content. ↩
