📄 Markdown Preview
111 words · 695 characters · 35 lines
Markdown
Preview
Welcome to Markdown Preview
A fast, lightweight editor with live preview.
Features
- Real-time preview as you type
- Toolbar shortcuts for common formatting
- Copy as Markdown or HTML
- Sync scroll between editor and preview
Code Example
function greet(name) {
return `Hello, ${name}!`
}
console.log(greet('World'))
Table
| Tool | Category | Status |
|---|---|---|
| Base64 | Encoding | ✅ Live |
| JSON | Format | ✅ Live |
| QR Code | Utility | ✅ Live |
| Markdown | Preview | ✅ Live |
"Markdown is a text-to-HTML conversion tool for web writers." — John Gruber
📖 Markdown Quick Reference
Headings
# H1→ Heading 1## H2→ Heading 2### H3→ Heading 3Emphasis
**text**→ Bold_text_→ Italic~~text~~→ Strikethrough`code`→ Inline codeLists & Blocks
- item→ Unordered list1. item→ Ordered list> text→ Blockquote---→ Horizontal ruleLinks & Images
[label](url)→ Link→ Image```lang→ Code block| a | b |→ Table