markdown.page — Markdown publishing

Publish Markdown to a public URL. Browsers receive HTML; command-line tools and agents receive plain text.
No account or API key required.

PUBLISH
  curl https://markdown.page/api/publish --data-binary @README.md

READ
  GET /{slug}          negotiated: HTML for browsers, plain text otherwise
  GET /{slug}.md       raw Markdown

AGENTS
  POST /mcp            MCP, HTTP JSON-RPC, no auth
  GET  /llms.txt       agent guide
  GET  /api.md         full API reference

Pages cannot be edited after publishing. URLs do not change.
Do not publish secrets or private data.
