Local md->HTML

Material Loss Calculator

Paste Markdown and preview HTML instantly. Fast, private, and focused on the GFM essentials you actually use.

Local conversion No upload No storage
Conversion runs in this browser. Your input never leaves the device. Nothing is saved. Close or refresh and it disappears—download if needed.

md -> HTML conversion (instant in-browser preview)

Local-only, no upload or storage

Markdown input
⌘/Ctrl+B ⌘/Ctrl+K ⌘/Ctrl+Enter

Shortcuts: ⌘/Ctrl+B bold, ⌘/Ctrl+K link, ⌘/Ctrl+Enter update when live is off.

Перегляд
Start by pasting Markdown

Your HTML preview shows up instantly. Nothing is sent or saved.

Local conversion only.
We aim for output close to GitHub, but it will not be identical (partial GFM only).

Як користуватися

Paste Markdown

Drop your md and watch the preview update immediately.

Check the preview

Switch between Preview and HTML to verify output.

Скопіюйте або завантажте

Use Copy HTML or Download when you're ready.

Приклад

# Markdown Preview
- [x] Live preview
- [ ] HTML download

| Feature | Status |
| --- | --- |
| Tables | yes |
| Task list | yes |

```js
console.log("hello");
```

Supported Markdown (partial GFM) and GitHub differences

We support common Markdown features used in daily work.

Supported

  • Headings, paragraphs, emphasis, links, images
  • Lists (bulleted and numbered)
  • Blockquotes
  • Fenced code blocks
  • Tables
  • Task lists

Not supported yet

  • Math (LaTeX)
  • Mermaid
  • GitHub-specific extensions and exact CSS parity

Поширені запитання

Does this match GitHub exactly?

Exact parity is difficult, so we clearly state the supported scope (partial GFM). GitHub-specific extensions and CSS differences can change the look.

Does it support math or Mermaid?

Not in the initial release. If demand is high, we can add it as an optional feature later.

Is my input saved?

No. Conversion happens locally in your browser and the content is never sent to a server.

Can I paste the HTML into my blog?

Usually yes, but some platforms restrict HTML. Please follow the rules of your target service.