About Markdown Editor
Write Markdown and see a live HTML preview side-by-side. Includes a toolbar with 16 formatting buttons for bold, italic, headers, code blocks, tables, task lists, and more. Export as .md or .html. Shows real-time word count, character count, and estimated reading time.
Markdown Syntax Supported
Headings: # H1 to ###### H6. Bold: **text** or __text__. Italic: *text* or _text_. Strikethrough: ~~text~~. Links: [text](url). Images: . Code: `inline` or ```code block```. Lists: - or * for unordered, 1. for ordered. Tables: | header | header |. Task Lists: - [ ] unchecked, - [x] checked. Blockquotes: > text. Horizontal Rule: ---.
Toolbar Features
Bold (Ctrl+B), Italic (Ctrl+I), Heading (H1-H6), Link, Image, Code Block, Unordered List, Ordered List, Task List, Blockquote, Table, Horizontal Rule, Strikethrough, Undo, Redo.
Live Preview
Real-time HTML rendering as you type. See exactly how your Markdown will appear. Syntax highlighting for code blocks. Responsive preview window adjusts to your editor width.
Export Options
Download as .md file (Markdown source). Download as .html file (rendered HTML). Copy Markdown source to clipboard. Copy rendered HTML to clipboard.
Statistics
Word count (live). Character count (with spaces). Character count (without spaces). Estimated reading time (based on 225 WPM).
Use Cases
Documentation: Write technical docs with code blocks. Blog posts: Draft content with formatting. README files: Create GitHub-style READMEs. Notes: Take formatted notes. API docs: Document endpoints with tables.