The markdown-to-html skill converts Markdown documents to HTML using tools like marked.js, pandoc, or custom scripts, supporting single files, batch conversions, and advanced configurations across GFM, CommonMark, and standard Markdown flavors. It serves developers and technical writers who need to transform .md files into HTML output for documentation, static site generators, templating systems like Jekyll and Hugo, or web preview purposes. This skill solves the problem of programmatically rendering Markdown content as structured HTML for web publishing and template-based workflows.
npx skills add https://github.com/github/awesome-copilot --skill markdown-to-html