📝 Markdown Editor
Live Markdown editor with real-time preview, syntax highlighting, and export options.
📋 Templates
📖 README
Standard README template for projects
📝 Blog Post
Blog post template with metadata
📚 Documentation
Technical documentation template
📄 Cheat Sheet
Quick reference cheat sheet
📚 Markdown Syntax Guide
🔤 Text Formatting
**bold text**
→
bold text
*italic text*
→
italic text
`inline code`
→
inline code
~~strikethrough~~
→
📋 Lists & Structure
# Heading 1
→
Heading 1
- List item
→
- List item
1. Numbered item
→
- Numbered item
> Blockquote
→
Blockquote
🔗 Links & Media

→
🖼️ Image
📊 Tables & Code
```javascript
code block
```
→
code block
| Col 1 | Col 2 |
|-------|-------|
| Data | Data |
→
Col 1 | Col 2 |
---|---|
Data | Data |
Live Preview
See your Markdown rendered in real-time as you type.
Rich Toolbar
Quick formatting buttons for common Markdown elements.
Live Statistics
Real-time word, character, and line counts.
Templates
Pre-built templates for common document types.
Save & Export
Save your work and export to HTML or other formats.
Fullscreen Mode
Distraction-free writing in fullscreen mode.