tooly

Convert Markdown to HTML online

Paste Markdown from GitHub, Obsidian or Notion and get standard HTML — with a live preview so you can check tables and code blocks before you copy.

Everything runs in your browser — nothing is sent anywhere

How to use

  1. 1

    Paste your Markdown into the box.

  2. 2

    Switch between the HTML source and the rendered preview.

  3. 3

    Copy the HTML or download it as a .html file.

FAQ

Which Markdown flavour is supported?

GitHub Flavored Markdown: tables, task lists, strikethrough, fenced code blocks and autolinks, on top of CommonMark.

Is the HTML a full page?

The output is the body fragment, ready to paste into a CMS or template. The download wraps it in a minimal document.

Is my text uploaded?

No. Conversion and preview happen in your browser.

Can I convert HTML back to Markdown?

Not here yet — tell us if you need it.

Are scripts in the preview executed?

No. The preview is sandboxed; raw HTML in your Markdown is shown but cannot run scripts.

Related tools