Installation
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "baoyu-markdown-to-html" skill by following the instructions at https://skill123.me/install/baoyu-markdown-to-html.
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/baoyu-markdown-to-html.sh | bash
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 20 KBAbout this skill
Overview
Converts Markdown to styled HTML with WeChat-compatible themes. Supports code highlighting, math, Mermaid (rendered to PNG via headless Chrome), PlantUML, footnotes, alerts, infographics, and optional bottom citations for external links. Use when user asks for "markdown to html", "convert md to html", "md 转 html", "微信外链转底部引用", or needs styled HTML output from markdown.
Source
- Repo: https://github.com/JimLiu/baoyu-skills
- Path: skills/baoyu-markdown-to-html
Evaluation
AI-evaluated 2026-09-03: Complete converter contract: theme resolution order with cross-skill fallback, CJK pre-format integration, Mermaid rendering via headless Chrome with hash-keyed caching and graceful fallback, full options table, and timestamped backups on output conflicts. Common need for WeChat/blog publishing with realistic prerequisites; purely local file transformation with no risky operations.
