Skip to editor

mdtodocv0.3.0

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

  1. Write or paste your markdown on the left
  2. See the styled preview on the right
  3. 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

FeatureStatus
HeadingsDone
ListsDone
Code blocksDone
TablesDone

Customize styles using the gear icon on the preview panel.