Write markdown syntax in this editor. The preview will update in real time on the right.
Welcome to mdtodoc
This tool converts markdown into styled HTML that pastes perfectly into Google Docs.
How to use
- Write or paste your markdown on the left
- See the styled preview on the right
- Click Copy for Google Docs and paste into your document
Features
- Headings — H1 through H6 with customizable styles
- Bold and italic text
- Links with proper styling
- Code blocks and
inline code - Blockquotes
- Tables
- Horizontal rules
Code Examples
javascript function greet(name) {
return `Hello, ${name}!`;
} |
clojure (defn greet [name]
(str "Hello, " name "!"))
(defn factorial [n]
(reduce * (range 1 (inc n)))) |
Blockquote
The best way to predict the future is to invent it. — Alan Kay |
Table
| Feature | Status |
|---|---|
| Headings | Done |
| Lists | Done |
| Code blocks | Done |
| Tables | Done |
Customize styles using the gear icon on the preview panel.