What problem does it solve?
Converting Markdown into reliable HTML often requires juggling different flavours, preserving code blocks and math, and ensuring output is safe for web use; this Skill centralizes best practices and tool-specific workflows so users can produce consistent HTML without manual cleanup.
Core Features & Use Cases
- Format-preserving conversion: Handles CommonMark and GitHub Flavored Markdown nuances, tables, task lists, code fences, and mathematical blocks.
- Multiple tool workflows: Recipes and guidance for marked.js, pandoc, gomarkdown, Jekyll, and Hugo to support CLI, library, and static-site generator scenarios.
- Sanitization and templates: Advice for integrating sanitizers and wrapping converted content in full HTML templates for safe browser rendering.
- Use cases: Single-file previews, batch documentation builds, static site generation, embedding rendered HTML in web templates, and tooling for documentation pipelines.
Quick Start
Ask the skill to convert README.md into sanitized HTML and save the result as README.html.