baoyu-markdown-to-html
Converts Markdown to styled HTML with WeChat-compatible themes. Supports code highlighting, math, PlantUML, footnotes, alerts, and infographics. Use when user asks for "markdown to html", "convert md to html", "md转html", or needs styled HTML output from markdown.
Author
Category
Development ToolsInstall
Hot:5
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=jimliu-skills-baoyu-markdown-to-html&locale=en&source=copy
baoyu-markdown-to-html - Markdown to HTML Converter
Skill Overview
Converts Markdown files into beautiful HTML with inline CSS styles, optimized for platforms such as WeChat Official Accounts. Supports code highlighting, mathematical formulas, charts, and multiple theme styles.
Use Cases
Core Features
Frequently Asked Questions
Can the converted HTML be pasted directly into the WeChat Official Account editor?
Yes. The converted HTML uses inline CSS styles, so it can be copied and pasted directly into the WeChat Official Account editor, Zhihu, Juejin, and other platforms, with styles preserved. It is recommended to use the “Default Theme” for the best compatibility.
Which Markdown extension features are supported?
Supports Mermaid flowcharts, PlantUML diagrams, mathematical formulas (KaTeX/LaTeX), footnote references, alert blocks (e.g., [!NOTE]/[!WARNING]), Ruby annotations, and more. Note that charts require external rendering services, and in some platforms they may need additional configuration.
How can I customize CSS styles?
You can override CSS variables, set the default theme, customize code block styles, and more by creating an EXTEND.md configuration file. The configuration supports both project-level and user-level settings, with priority: project configuration > user configuration > default settings.