mrkdwn

POST raw markdown to / for API-style usage.

mrkdwn

A focused markdown renderer for long-form writing on the web.

Paste markdown into the editor drawer at the bottom, hit Render, and read in a clean paper-style layout.

Start Here

  • Use headings to structure your draft.
  • Keep paragraphs short and purposeful.
  • Use code fences for technical notes.

What It Supports

  • headings, lists, links, quotes, and code blocks
  • automatic table of contents from section headings
  • light/dark mode based on your system theme

API Quick Start

curl -X POST https://mrkdwn.nendlabs.com/   -H "content-type: text/plain"   --data-binary $'# Hello\n\nRendered from curl.'

Why This Exists

Most markdown previews are either too plain or too product-heavy.

mrkdwn aims for a middle ground: simple input, strong typography, and a reading experience that feels deliberate.