Mark It Down

Editor
Preview

Welcome to Mark It Down

The markdown editor built for speed and clarity.

Features

  • Formatting toolbar — or use keyboard shortcuts
  • Syntax-highlighted code blocks with 100+ languages
  • Paste images directly — stored locally, clean tokens in editor
  • Find & Replace — ⌘F / ⌘H with match navigation
  • 4 preview themes — GitHub, Dark, Minimal, Solarized
  • Math equations via KaTeX
  • Autosaves to your browser · Open, save, PDF & HTML export

Keyboard Shortcuts

ActionMacWindows
Bold⌘BCtrl+B
Italic⌘ICtrl+I
Link⌘KCtrl+K
Find⌘FCtrl+F
Find & Replace⌘HCtrl+H
Save .md⌘SCtrl+S

Math

Inline: E=mc2E = mc^2 · Block:

0ex2dx=π2\int_0^\infty e^{-x^2}\, dx = \frac{\sqrt{\pi}}{2}

Code

function greet(name) {
  return `Hello, ${name}!`;
}

Paste an image anywhere — it stays clean in the editor, beautiful in the preview.

177 words964 chars1 min read