Toolio Français
All tools

Markdown preview

Write left, see the render right

This tool turns your Markdown syntax into formatted HTML in real time: you type on the left, the preview updates on the right with every keystroke. Handy for drafting a README, a note, a message or an article, checking that a piece of syntax renders correctly, or grabbing the matching HTML with the “Copy HTML” button. The parser handles headings, bold, italic, inline code and code blocks, bullet and numbered lists, links, images, blockquotes and horizontal rules.

Everything is computed locally in your browser: no text is ever sent to a server, the tool works offline, with no tracking and no ads. Security comes first: all HTML from your input is escaped before rendering, and only safe URLs (http, https, mailto, relative links) are allowed in links and images.

FAQ

Which Markdown elements are supported?
Headings (# to ######), bold (**/__), italic (*/_), inline code and code blocks (```), bullet and numbered lists, links, images, blockquotes (>) and horizontal rules (---).
Is my data sent anywhere?
No. Rendering happens entirely in your browser, in JavaScript. No network request, nothing is stored or transmitted: the tool even works offline.
Is the preview protected against injections (XSS)?
Yes. All HTML from your text is escaped before Markdown parsing, so a tag like <script> is shown literally. javascript: URLs are rejected and replaced with “#”.
Can I get the generated HTML?
Yes, the “Copy HTML” button puts the rendered HTML code on your clipboard, ready to paste into a page or an email.