md-document
Installation
SKILL.md
Markdown Document Publishing
Turn an authored markdown file into a single HTML document you can email, host, or print — semantic structure, an automatic table of contents, figures and tables numbered and referenceable by number, footnotes, and a print stylesheet that survives contact with a PDF exporter. One file out, no runtime dependencies, no external assets.
When to use this skill
- Publishing a report or whitepaper that must arrive as one file, not a folder
- Producing a PDF from markdown without a LaTeX or Pandoc toolchain
- Numbering figures and tables so prose can reference them instead of saying "below"
- Converting untrusted or contributed markdown where injection safety matters
- Standardizing a document series so every issue looks like the same publication
- Catching broken cross-references before a document reaches readers