.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
Via the API
Markdown has its own endpoint that takes JSON rather than a file upload:title becomes the page title and the dashboard label. See
anonymous drops for the full contract.