Markdown Publisher

Transform your markdown into beautiful, shareable documents instantly. No sign-up required.

How It Works

1

Write Markdown

Paste your markdown content or use our API to submit programmatically. Title is optional—we'll generate one automatically.

2

Instant Processing

Your content is stored and a unique shareable URL is generated immediately with a clean, readable layout.

3

Share Anywhere

Copy the link and share your beautifully formatted document with anyone. No login required to view.

Features

Clean Typography

Documents are rendered with professional serif typography optimized for long-form reading

Auto-Generated Titles

Skip the title field—our AI will generate a descriptive one based on your content

Public API

Integrate document publishing into your LLM workflows or applications via REST API

No Authentication

Start publishing immediately without signing up or managing API keys

API

POST to create a document, get back a shareId

curl -X POST https://mdpub-ui-5edusjj7.manus.space/api/trpc/document.create \
  -H "Content-Type: application/json" \
  -d '{"content": "# Your Markdown Here"}'

Response: {"result":{"data":{"shareId":"abc123"}}}

Share URL: https://mdpub-ui-5edusjj7.manus.space/api/preview/{shareId}

Direct URL: https://mdpub-ui-5edusjj7.manus.space/d/{shareId}

Ready to Get Started?

Create your first shareable markdown document in seconds