From aidotnet-moyucode
Converts Markdown to HTML, PDF, and other formats using Python-Markdown. Supports syntax highlighting, custom CSS, and batch conversion. Activated via `/markdown` command.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidotnet-moyucode:markdown-converterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convert Markdown documents to HTML, PDF, and other formats with support for syntax highlighting, tables, and custom CSS.
Convert Markdown documents to HTML, PDF, and other formats with support for syntax highlighting, tables, and custom CSS.
/markdown command# Convert to HTML
python scripts/markdown_converter.py README.md --format html --output README.html
# Convert to HTML with syntax highlighting
python scripts/markdown_converter.py code.md --format html --highlight
# Convert with custom CSS
python scripts/markdown_converter.py doc.md --format html --css style.css
# Convert to PDF (requires weasyprint)
python scripts/markdown_converter.py doc.md --format pdf --output doc.pdf
# Convert multiple files
python scripts/markdown_converter.py *.md --format html --output-dir ./html/
markdown, html, pdf, converter, documentation
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeConverts Markdown to styled HTML with inline CSS, supporting WeChat Official Account themes, code highlighting, math formulas, PlantUML, footnotes, alerts, and infographics.
Converts Markdown to WeChat-compatible HTML with inline CSS, supporting code highlighting, math, PlantUML, footnotes, alerts, and infographics.