Skip to main content
Ink·tab

Editor · preview side by side

Paste Markdown and see the rendered result and the produced HTML together.

Preview

Everything happens in your browser. Nothing is uploaded.

When to use it

Drafting a README, a blog post, or a PR description and checking the render as you type. Editor and preview sit side by side so broken syntax shows up instantly.

How it works

Type Markdown on the left, see the output on the right. Flip between Preview and HTML at the top, and use Copy HTML to grab the converted output for somewhere else.

Supported syntax

  • Headings (# through ######)
  • Bold, italic, inline code
  • Ordered and unordered lists
  • Blockquotes (>)
  • Fenced code blocks ( ```)
  • Links [text](url) and autolinks <http://…>
  • Horizontal rules (---)

Scripts, inline event handlers, and risky javascript: URLs are stripped while rendering. Tables, strikethrough, and task lists (GFM extensions) are not covered.

Drafts never leave the page

In-house parser (headings · lists · quotes · code fences · links) that passes sanitize. Side-by-side preview and HTML toggle both run in-page.

Frequently asked questions

Which Markdown syntax is supported?
Headings (#), lists, blockquotes (>), code fences (```), links, autolinks, horizontal rules, emphasis (* / **), and inline code — standard Markdown. GFM extensions like tables and checklists are not supported.
Can I copy the converted HTML directly?
Yes. In the side-by-side preview, switch the right pane to 'HTML' mode to see and copy the sanitized HTML.
Is it fast for long documents?
Yes. The in-house parser runs in a single pass — thousands of lines reflect instantly in the preview.