Markdown to HTML live editor
Write on the left, see the result on the right. The editor supports tables, task lists and fenced code with syntax highlighting, and the HTML it produces is sanitized, so you can copy it into a page safely. Export the HTML, or print the preview to PDF.
Tooloat runs in your browser and needs JavaScript. It opens in a moment, and your files are processed on your device.
How it works
- Type or paste Markdown.
- Watch the preview update.
- Copy the HTML or save the document.
Why use it
- GitHub flavored Markdown.
- Syntax highlighted code blocks.
- Sanitized HTML output.
- Copy HTML or print to PDF.
Questions and answers
How do I convert Markdown to HTML?
Paste your Markdown into the editor and copy the HTML output.
Is the HTML safe to publish?
It is sanitized with DOMPurify, which removes scripts and unsafe attributes.
Is my writing stored?
No, it stays in your browser.
Related tools
- Minify and beautify HTML, CSS and JavaScriptShrink code for production or make minified code readable again.
- JSON formatter and validatorPaste JSON and get it pretty printed, minified or key sorted.
- Word and character counterPaste text and see live counts of words, characters with and without spaces, sentences, paragraphs and lines.
- Diff checker: compare text and codePaste two versions of a document, a config file or a piece of code and see exactly what changed.