Convert Markdown to HTML
Convert Markdown text to sanitized HTML, ready to paste into a website.
Processed on your device. Nothing is sent to any server.
Convert Markdown text to sanitized HTML, ready to paste into a website or content editor.
Converts Markdown syntax to HTML and then sanitizes the result by removing scripts and dangerous attributes, even if the original Markdown contained malicious embedded HTML.
Use cases
- Converting a Markdown README to HTML to publish it.
- Previewing how Markdown text would look as HTML.
- Preparing Markdown content for a CMS that only accepts HTML.
How it works
- 1
Type your Markdown
Headings, lists, links and bold or italic text.
- 2
Convert it
Click Convert and copy or download the resulting HTML.
Frequently asked questions
- Is it safe to paste Markdown from an unknown source?
- Yes, the resulting HTML is automatically sanitized, removing scripts and potentially dangerous content before it's shown.