📄 Markdown Preview

111 words · 695 characters · 35 lines

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


Visit DevTools

📖 Markdown Quick Reference

Headings
# H1→ Heading 1
## H2→ Heading 2
### H3→ Heading 3
Emphasis
**text**→ Bold
_text_→ Italic
~~text~~→ Strikethrough
`code`→ Inline code
Lists & Blocks
- item→ Unordered list
1. item→ Ordered list
> text→ Blockquote
---→ Horizontal rule
Links & Images
[label](url)→ Link
![alt](url)→ Image
```lang→ Code block
| a | b |→ Table