Markdown Editor

Write Markdown with live preview. Export as HTML.

246 chars · 18 lines
Markdown
Preview

Hello, Markdown!

Write your content here. Bold, italic, strikethrough.

Features

  • Live preview
  • GFM tables
  • Code blocks
  • HTML export
console.log("Hello, Tooly!");
Name Value
Foo Bar

About the Markdown Editor

A Markdown editor with a rendered preview that updates as you type. Supports GitHub Flavored Markdown, including tables, task lists and fenced code blocks, so what you see closely matches how a README or documentation page will render. Export the result as HTML when you need to paste formatted output somewhere that does not accept Markdown.

How to use the Markdown Editor

  1. Write Markdown in the editor

    Use standard syntax for headings, lists, links and emphasis, plus GFM extensions such as tables, task lists and fenced code blocks.

  2. Check the rendered preview

    The preview pane re-renders on every keystroke, so formatting mistakes — an unclosed code fence, a malformed table row — are visible immediately.

  3. Export to HTML

    Convert the document to HTML and copy or download it for use in a CMS, an email or any editor that does not understand Markdown.

When to use it

Drafting a README

Confirm that tables, badges and code blocks render correctly before committing the file to a repository.

Writing documentation

Compose a technical page with a live preview instead of a commit-and-check cycle.

Converting Markdown to HTML

Turn notes into formatted HTML for a blog post or newsletter that expects markup.

Frequently asked questions

Does it support GitHub Flavored Markdown?

Yes. Tables, task lists, fenced code blocks, strikethrough and autolinks all work.

Will the preview match GitHub exactly?

It is very close, but not identical. GitHub applies its own CSS and a few platform-specific extensions, so use this to verify structure rather than to match pixel-level styling.

Is my document saved?

Yes, to browser localStorage, so a reload or an accidentally closed tab does not lose the draft. Nothing is uploaded.

Can I export to PDF?

Not directly. Export to HTML and print to PDF from your browser, which gives you control over page size and margins.