baoyu-markdown-to-html

Convert Markdown documents into WeChat-optimized HTML with themes and citations.

Updated May 18, 2018
One-click install
npx skills add https://github.com/812lcl/dotfiles --skill baoyu-markdown-to-html-812lcl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-markdown-to-html
Source: https://github.com/812lcl/dotfiles/tree/main/.agents/skills/baoyu-markdown-to-html
Command: npx skills add https://github.com/812lcl/dotfiles --skill baoyu-markdown-to-html-812lcl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires baoyu-md, and includes scripts (resource) components.

What problem does it solve?

Converts Markdown into styled HTML outputs suitable for WeChat Official Accounts and other platforms, with inline CSS support and theme options.

Core Features & Use Cases

  • Code highlighting, math rendering, PlantUML diagrams, footnotes, alerts, infographics, and optional bottom citations for external links.
  • Generates blog posts, documentation, or social content as publish-ready HTML from Markdown.
  • Supports EXTEND.md configurations and content image handling for deterministic rendering.

Quick Start

Convert a Markdown file to HTML in the same directory using the default theme.

Frequently Asked Questions about baoyu-markdown-to-html

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Markdown to HTML for WeChat Official Accounts?

You can convert Markdown to WeChat-ready HTML by applying theme support and inline CSS to your documents. It processes code blocks, math, PlantUML, and footnotes to generate deterministic HTML outputs suitable for blogs and social content.

Does Markdown to HTML conversion support code highlighting and math rendering?

Yes, Markdown to HTML conversion supports code highlighting, math rendering, PlantUML diagrams, footnotes, alerts, and infographics. It optionally includes bottom citations for external links within the generated HTML output.

Can I apply custom themes when converting Markdown to HTML?

Custom themes can be applied during Markdown to HTML conversion using EXTEND.md configurations. This allows deterministic rendering and content image handling to produce styled HTML outputs for WeChat and other platforms.

Do I need baoyu-md to render Markdown into WeChat HTML?

Yes, you need baoyu-md to render Markdown into WeChat HTML because this Skill relies on it as a dependency. It uses baoyu-md alongside EXTEND.md configurations to process documents and manage content assets effectively.

What is the best way to handle footnotes and image references in Markdown for WeChat?

The best way to handle footnotes and image references in Markdown for WeChat is using a Markdown to HTML converter with EXTEND.md configuration. It manages content assets and renders optional bottom citations for external links directly in the output.

Are there limitations when using Markdown to HTML conversion for WeChat posts?

Limitations of Markdown to HTML conversion for WeChat posts include relying strictly on the baoyu-md dependency and EXTEND.md configurations for deterministic rendering. You must ensure your Markdown documents properly structure code blocks and PlantUML to avoid rendering issues.