Syntax Guide
Markdown Basics
Learn the fundamentals of Markdown syntax. Create beautifully formatted documents with simple text-based markup.
Basic Elements
Headings
Create document structure
- Main title
# Heading 1
- Section title
## Heading 2
- Subsection title
### Heading 3
Lists
Organize information
- Unordered list
- Bullet point
- Ordered list
1. Numbered item
- Indented sublist
- Nested item
Text Formatting
Style your content
- Strong emphasis
**Bold text**
- Light emphasis
*Italic text*
- Crossed out text
~~Strikethrough~~
Advanced Elements
Links & Images
Add references and media
- Hyperlink
[Link text](url)
- Image

- Reference link
[Reference][1]
Code Blocks
Share code snippets
- Inline code
`inline code`
- Code block
```language code block ```
- Indented code
indented code
Tables & Quotes
Structure complex content
- Table header
| Header | Header |
- Quote text
> Blockquote
- Horizontal rule
---
Quick Tips
Live Preview
See changes in real-time
Smart Formatting
Automatic syntax help
Full Tutorial
In-depth learning guide
Learn More
Ready to dive deeper? Check out our comprehensive Markdown tutorial for advanced techniques and best practices.