md2wechat

Convert Markdown articles into WeChat-compatible HTML with inline styles.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/acefrost511/workmemory --skill md2wechat-acefrost511
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: md2wechat
Source: https://github.com/acefrost511/workmemory/tree/main/skills/md2wechat
Command: npx skills add https://github.com/acefrost511/workmemory --skill md2wechat-acefrost511

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts Markdown articles into WeChat-compatible HTML for the WeChat official account editor, ensuring consistent rendering without external CSS or JS.

Core Features & Use Cases

  • Inline styles: all styling is embedded directly in HTML elements.
  • WeChat compatibility: output HTML matches the appearance in the WeChat editor on desktop and mobile.
  • No external dependencies: works offline with plain HTML ready to paste.
  • Use Case: publish Markdown-based articles to a WeChat official account by generating a WeChat-ready HTML file for quick pasting.

Quick Start

Paste Markdown content to convert and save the resulting WeChat-ready HTML.

Frequently Asked Questions about md2wechat

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

FAQPage Schema
How do I convert Markdown to HTML for WeChat official account publishing?

To convert Markdown to WeChat HTML, paste your Markdown content into the converter to generate an HTML snippet with inline styles. This produces WeChat-ready HTML that you can copy and paste directly into the official account editor.

Why does my Markdown formatting break when pasted into the WeChat editor?

Markdown formatting breaks in the WeChat editor because the platform strips external CSS and JS. Converting your Markdown to HTML with inline styles embedded directly in the elements ensures consistent rendering without relying on external stylesheets.

Does the WeChat official account editor support external CSS or JavaScript?

The WeChat official account editor does not support external CSS or JavaScript for security reasons. You must use HTML with inline styles embedded directly in the elements to ensure your Markdown content renders correctly on both desktop and mobile.

How do I generate mobile-friendly HTML from Markdown notes for WeChat?

To generate mobile-friendly HTML from Markdown notes, use a converter that applies inline styles directly to HTML elements. This creates a plain HTML snippet matching the WeChat editor's appearance on mobile devices, ready for immediate pasting.

Can I publish Markdown articles to WeChat without external dependencies?

Yes, you can publish Markdown articles to WeChat without external dependencies by converting them into a plain HTML file with inline styles. This approach works offline and produces an HTML snippet ready to paste into the official account editor.

What is the best way to ensure consistent Markdown rendering in WeChat on both desktop and mobile?

The best way to ensure consistent Markdown rendering in WeChat is to convert the content into WeChat-compatible HTML with inline styles. Embedding all styling directly in the HTML elements guarantees the appearance matches across desktop and mobile platforms.