Data & Developer

Markdown Preview

Live split-pane markdown editor with GFM tables, checkboxes, strikethrough, and code blocks. Autosaves to your browser.

mdgfm
docs.workspace/markdown-preview.md
Document workspace · live preview

Write in markdown, render to paper

Source on the left, typeset preview on the right. Everything lives in your browser.

52 words511 chars~1 min read27 lines
1m
Reading
52 w
Markdown editor

Source

Format
$ source.md27 lines
Autosaved locally400 no-space27 lines
  • Markdown Preview
  • Features
Rendered document

Preview

▸ paper.preview~1 min

Markdown Preview

A lightweight GFM-flavored preview. Type on the left, see HTML on the right.

Features

  • Headings, emphasis, strong, strike
  • Lists (ordered + unordered)
  • Task items
  • Checkboxes
  • inline code and fenced code blocks
  • Links and images
  • Tables
function greet(name) {
  return "hello, " + name;
}
Col ACol BCol C
onetwothree
fourfivesix
Blockquotes work too.