Skip to main content
Drop a .md or .markdown file and htmldrop renders it to a styled HTML page server-side. You do not choose a theme or write any CSS. This is the fastest route for anything that is fundamentally text: release notes, a proposal, meeting notes, a runbook, an RFC.

What is supported

Standard CommonMark, including:
  • Headings, lists, and nested lists
  • Bold, italic, inline code, and fenced code blocks
  • Links, images, and blockquotes
  • Tables
  • Horizontal rules
The rendered page is responsive and readable on a phone without any work from you.

Via the API

Markdown has its own endpoint that takes JSON rather than a file upload:
The title becomes the page title and the dashboard label. See anonymous drops for the full contract.
If you want precise control over layout, publish HTML instead. Markdown is for when you want to write and be done.