Luminesca Tools
All Tools / Text

Text & writing / TOOLKIT

Markdown Editor

Last updated:

Write Markdown on the left, see the formatted preview live on the right.

Free to use · No account needed

0 words · rendered with marked.js · HTML is sanitised before preview · content never leaves your browser

How to use

  1. Type or paste Markdown into the editor - preview updates live.
  2. Use toolbar buttons to insert common syntax quickly.
  3. Copy the rendered HTML or download the source (.md) or page (.html).

Write and preview Markdown side by side - the format behind GitHub, Notion and most developer docs. Live preview, syntax highlighting and export make it a lightweight alternative to heavy editors. Great for READMEs, notes and blog drafts.

Use cases

1. Use case: Write documentation Draft a README or API doc in Markdown and preview the rendered HTML live before publishing.

2. Use case: Convert notes to HTML Take meeting notes written in Markdown and copy the rendered HTML into a CMS or email.

Practical tips

The preview updates as you type, so check formatting where it happens rather than after export. Tables need the header separator row; code blocks need the triple backticks on their own lines — these two are where hand-written Markdown most often breaks. Drafts stay in your browser; nothing is uploaded. Export or copy the result before closing the tab, since a refresh without saving is the one mistake this tool cannot undo for you. Like every tool on this site, the Markdown Editor runs entirely in your browser: the data you enter never leaves your device, nothing is uploaded to a server, and the tool keeps working if your connection drops.

Common mistakes

Markdown breaks in two or three predictable places:

  • Writing tables without the header separator row — the single most common Markdown breakage.
  • Placing code-fence backticks on the same line as text instead of on their own lines.
  • Mixing list markers (- and *) inside one list, which some parsers treat as separate lists.
  • Closing the tab before exporting or copying — a refresh without saving is the one mistake the tool cannot undo for you.

Frequently asked questions

Does the Markdown Editor send my data anywhere?

No. It runs entirely in your browser — your input is processed on your device and never uploaded. Refresh the page and it still works offline.

Where do my drafts go?
They stay in your browser's local storage; nothing is uploaded. That also means clearing site data or switching browsers loses them, so export anything you care about rather than treating the editor as long-term storage.
How do I write nested lists and blockquotes?
Indent nested list items with two or four spaces under the parent; blockquotes use a > at the line start and nest with >>. The live preview shows immediately whether the structure parsed the way you intended.
How does the Markdown editor work?
Type Markdown on the left and the formatted preview updates live on the right. Toolbar buttons insert headings, bold, links and lists. You can copy the rendered HTML or download either file.
What Markdown features are supported?
Headings, bold, italic, links, images, lists, code blocks, blockquotes, tables and horizontal rules - rendered with the widely used marked parser.
Is my content saved or uploaded?
No. Everything runs locally in your browser. Your notes never leave your device, and you can download them as .md or .html.