What problem does it solve?
It solves the problem of turning a Markdown draft into a polished, shareable, self-contained HTML document without manual formatting work.
Core Features & Use Cases
- Quarto-based HTML rendering: Wraps your existing Markdown in a Quarto .qmd file and renders it to self-contained HTML.
- Preserves your writing: Copies the Markdown content unchanged (after fixing formatting) so the voice and structure stay intact.
- Formatting fixes for clean rendering: Uses the md-format skill to address layout issues and adds Quarto-friendly line breaks for consecutive bold metadata lines.
- Use Case: Convert a Claude-generated Markdown report into a single portable HTML file you can email, host, or attach to a project.
Quick Start
Ask an AI coding agent to run the md-to-html skill on your current .md file so it renders into a self-contained .html using Quarto.