How to use Markdown to HTML
Convert Markdown into a complete, styled HTML file, keeping headings, tables, lists and code. Download the file or copy the HTML source.
- Input
- A Markdown article
- Output
- A complete .html file or the HTML source
- Processing
- Processed in your browser; your input is not uploaded
- Paste your Markdown, or import a .md, .markdown or .txt file (UTF-8, UTF-16 and Windows-1252 encodings are supported).
- Choose the theme, font size and how tables are presented, and check the headings and body text on the right.
- Export to download the file. Switching between formats keeps your current text; save it yourself before refreshing or closing the page.
FAQ
Can the HTML file be opened on its own?
Yes. It opens directly in a browser, with the styling included in the file. Local images added with “Insert image” are embedded in the HTML; linked images still need an internet connection to load.
Does it run HTML code inside the Markdown?
Raw HTML is kept as text, and scripts and styles in it are not executed. Only valid HTTP or HTTPS links are kept.
