</>DevTools

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
  1. Ordered item
  2. Second item

Blockquote

inline code

const hello = "world";
console.log(hello);
Column 1Column 2
Cell 1Cell 2

Link

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

FeatureSyntax
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![alt](url)
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