Markdown ↔ HTML ConverterHow to use · FAQ Open the tool 한국어

How to use & FAQ

This page covers what the Markdown ↔ HTML converter can do, how to use it, and the questions people ask most often.

What it does

How to use

  1. Drag a Markdown or HTML file anywhere onto the window. You can also pick files with the Choose files button on the left, or simply type or paste into the middle pane.
  2. Watch the result appear on the right. The direction is chosen from the file extension, and you can override it with the buttons at the top.
  3. If your document contains images, drop those files in too. They are matched to the document by file name.
  4. Export from the controls at the bottom: Download HTML, Copy source, Print / PDF, or Download all as ZIP.

FAQ

Are my files uploaded to a server?
No. Conversion happens entirely inside your browser and file contents are never transmitted. Once the page is open it keeps working even without a network connection. The single exception is importing by URL, which passes through a server in order to fetch that page on your behalf.
Will the downloaded HTML still look right somewhere else?
Yes. Styles are written into the exported file, so it keeps its formatting even when opened offline. If you supplied images, they are embedded in the file and travel with it.
Can it convert HTML back into Markdown?
Yes. Drop an .html file, paste HTML source, or paste content you copied out of a web page and it is converted back to Markdown with the formatting intact. You can also fetch a page by entering its address.
Do tables and code blocks break?
They are built to survive both directions. GFM tables stay tables and fenced code keeps its language tag, including when converting back into Markdown.
How are diagrams and math handled?
Mermaid diagrams are rendered to images before export, so the downloaded file needs no extra software to display them. Math is typeset with KaTeX. If a document contains neither, those engines are never downloaded, which keeps the page light.
Is it free?
It is free and needs no account, with no limits on any feature. Hosting is covered by a single ad slot below the tool; the converter itself and the files you export never contain ads.

Back to the converter