Markdown to HTML converts headings, lists, links, emphasis and code blocks into the equivalent markup, ready to paste into a template or a CMS field. Rendering happens in your browser, so an unpublished draft is not sent through a remote service on its way to becoming HTML.
How to convert markdown to HTML
Paste your markdown into the input.
Read the HTML output and check the headings and links came through as intended.
Copy the markup into your page, template or CMS field.
Last updated
Questions
Which markdown flavour does it handle?
Standard markdown — headings, lists, links, images, emphasis, blockquotes and fenced code. Extensions specific to one platform may not be recognised.
Is the HTML safe to publish?
The markdown you paste is converted as written, so treat the output the way you would treat any authored HTML and sanitise it if the source was not you.