baoyu-markdown-to-html

Converts Markdown to styled HTML with WeChat-compatible themes. Supports code highlighting, math, Mermaid (rendered to PNG via he…

jimliu ↓ 29k
Claude Code
View source ↗

What it does

  • Bold markers with punctuation inside causing parse failures
  • CJK/English spacing issues
  • Ordinary external links are rendered with numbered superscripts and collected under a final 引用链接 section.
  • https://mp.weixin.qq.com/... links stay as direct links and are not moved to the bottom.
  • Bare links where link text equals URL stay inline.
  • Input: /path/to/article.md
  • Output: /path/to/article.html

Requirements & configuration

Configuration: HOME

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

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

Repository: https://github.com/jimliu/baoyu-skills

baoyu-markdown-to-html FAQ

What does the baoyu-markdown-to-html skill do?

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. Bold markers with punctuation inside causing parse failures CJK/English spacing issues

How do I install baoyu-markdown-to-html?

Run: npx -y skills add https://github.com/jimliu/baoyu-skills --skill baoyu-markdown-to-html --agent claude-code — the source lives at github.com/jimliu/baoyu-skills.

Maintain baoyu-markdown-to-html?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

baoyu-markdown-to-html on getagentictools
[![baoyu-markdown-to-html on getagentictools](https://getagentictools.com/badge/skills/jimliu-baoyu-skills-baoyu-markdown-to-html.svg)](https://getagentictools.com/skills/jimliu-baoyu-skills-baoyu-markdown-to-html?ref=badge)
npx agentictools info skills/jimliu-baoyu-skills-baoyu-markdown-to-html

The second line is the CLI lookup for this page — handy in READMEs and docs.