baoyu-markdown-to-html

Convert markdown files into styled HTML for WeChat platforms.

2|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/neo-unicorn/neo-skills --skill baoyu-markdown-to-html-neo-unicorn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-markdown-to-html
Source: https://github.com/neo-unicorn/neo-skills/tree/main/baoyu-markdown-to-html
Command: npx skills add https://github.com/neo-unicorn/neo-skills --skill baoyu-markdown-to-html-neo-unicorn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires front-matter, highlight.js, marked, reading-time, unified, remark-parse, remark-cjk-friendly, remark-stringify, fflate, and includes scripts (resource) components.

What problem does it solve?

Transform raw Markdown files into visually appealing, WeChat‑compatible HTML, handling code highlighting, math, diagrams, footnotes, and optional bottom citations, so users don't need to manually style content.

Core Features & Use Cases

  • Theme selection: Choose from default, grace, simple, or modern themes, with automatic fallback to user preferences.
  • Citation mode: Optionally move external links to a numbered reference list at the bottom.
  • Chinese content detection: Detect CJK text and offer formatting via the baoyu‑format‑markdown skill.
  • Image handling: Download remote images, embed them, and replace placeholders.
  • Backup safety: Existing HTML files are backed up before being overwritten.
  • Use case: Content creators preparing articles for WeChat can run the skill to get a ready‑to‑publish HTML page with proper styling and link handling.

Quick Start

Use the baoyu-markdown-to-html skill to convert 'article.md' into an HTML file with 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 styled HTML for WeChat?

You can convert Markdown to styled HTML for WeChat by passing your markdown file to this skill, which applies selected themes, code highlighting, and citation handling to output a ready-to-publish HTML page.

Does the Markdown conversion handle Chinese text formatting?

Yes, Markdown conversion handles Chinese text detection using remark-cjk-friendly, automatically identifying CJK characters to offer proper formatting adjustments for your content.

Can I move external links to a reference list at the bottom of the HTML?

Yes, you can move external links to a numbered reference list at the bottom of the HTML by using the optional citation mode flag during the markdown conversion process.

What Markdown HTML themes are available for content styling?

Available Markdown HTML themes include default, grace, simple, and modern options, with automatic fallback to user preferences if a specific theme is not explicitly selected during conversion.

Do I need a specific runtime to execute Markdown to HTML conversion?

You need either the Bun or Node runtime to execute Markdown to HTML conversion, as the skill requires these environments to process markdown files and apply the specified styling and flags.

How are remote images embedded when converting Markdown to HTML?

When converting Markdown to HTML, remote images are automatically downloaded, embedded directly into the document, and replace their original placeholders to ensure visual integrity.