AbraCalc

Markdown to HTML Converter

Convert Markdown to clean, XSS-safe HTML with a live preview. Powered by marked and sanitized with DOMPurify. Download a standalone .html file. All in your browser.

Type Markdown to see a live, sanitized HTML preview.

Preview

HTML source

Markdown rendering by marked (MIT) and HTML sanitization by DOMPurify (Apache-2.0/MPL-2.0), both self-hosted.

Embed this tool on your site

How to use this tool

  1. Type or paste Markdown in the input box.
  2. Watch the live, sanitized preview update.
  3. Copy the HTML source or download it as an .html file.

Render Markdown into clean HTML with a live preview as you type. The output is sanitized with DOMPurify so any embedded scripts or dangerous attributes are stripped, making it safe to paste into a website or CMS. Download the result as a standalone .html document. Nothing is uploaded.

Frequently asked questions

Is the HTML safe to use?
Yes — the rendered HTML is passed through DOMPurify, which removes scripts and unsafe attributes to prevent XSS.
Is my Markdown uploaded?
No — both rendering (marked) and sanitization (DOMPurify) run entirely in your browser.

References & sources