MDMarkdown Preview
Preview Markdown with live rendering
Chars
340
Words
55
Lines
27
Headings
2
Code
1
Read
1m
Heading 1
Heading 2
Bold and italic and strikethrough
- List item 1
- List item 2
- Nested item
- Ordered item
- Second item
Blockquote
inline code
const hello = "world";
console.log(hello);
| Column 1 | Column 2 |
|---|---|
| Cell 1 | Cell 2 |
Markdown Preview Guide
Markdown is the most popular lightweight markup language — express rich formatting with minimal symbols on plain text. This tool fully supports GitHub Flavored Markdown (GFM) with live preview and stats (chars, words, headings, code blocks, reading time).
Enhanced Features
- Live Preview: Instant HTML rendering as you type
- Document Stats: Chars/words/lines/headings/code blocks/reading time
- Download: Save as .md file
- Sample Loader: Quick start
- GFM Support: Tables, task lists, strikethrough
Syntax Cheat Sheet
| Feature | Syntax |
|---|---|
| Headings 1-6 | # H1, ## H2, ###... |
| Bold/Italic | **bold** *italic* ***both*** |
| Strikethrough (GFM) | ~~strike~~ |
| List | - item / 1. item |
| Task list (GFM) | - [ ] todo / - [x] done |
| Link | [text](url) |
| Image |  |
| Quote | > quote |
| Inline code | `code` |
| Code block | ```lang ... ``` |
| Table (GFM) | | Header | --- | Cell | |
| Horizontal rule | --- |
Use Cases
- README.md: GitHub repository main doc
- Blog Posts: Medium, Hashnode, Dev.to
- Tech Docs: API specs, guides
- Meeting Notes: Structured with headings/lists/links
🔗Related Tools💻 Regex / Code
MIN
Code Minifier
Minify JavaScript, CSS, and HTML to reduce file size
CRN
Cron Expression
Parse and explain cron expressions
±
Diff Compare
Compare two texts and highlight differences
RX?
Regex Cheatsheet
Searchable regex reference: metacharacters, quantifiers, groups, flags, and common patterns (email, URL, phone, IP, UUID)