Quick Answer
Does the Markdown editor support live preview? Yes -- the split-pane view shows your Markdown source on the left and a rendered HTML preview on the right, updating in real time as you type.
Frequently Asked Questions
Yes -- the split-pane view shows your Markdown source on the left and a rendered HTML output on the right, updating in real time as you type.
CommonMark (the standard specification) is fully supported. GitHub Flavored Markdown (GFM) extensions are also available: tables, strikethrough, task lists, and fenced code blocks with language identifiers.
Yes -- export as rendered HTML, plain text, or download the raw Markdown .md file. Copy the HTML snippet for direct embedding in web projects.
Yes -- fenced code blocks with language identifiers such as javascript or python render with syntax highlighting in the preview panel.
Yes -- drag and drop a .md file onto the editor or use the Upload button. The file loads into the editor for immediate editing with live preview.
Yes -- a statistics panel shows word count, character count, and estimated reading time. Toggle it via the toolbar.