WECHAT / MARKDOWN
Convert Markdown to WeChat MP rich text in one click
Paste or upload Markdown for a live WeChat-style preview — copy or download inline-styled HTML. Code blocks use VS Code default colors, dangerous tags like iframe / script are sanitized, and broken images are flagged.
Core capabilities
Live preview
WeChat-style preview refreshes within 1 second after edits or imports — what you see is what you get.
Copy and download
Copy rich text or download inline-styled HTML in one click, then paste straight into the WeChat MP editor.
Safe sanitization
Dangerous tags like iframe and script are auto-removed; broken images are flagged.
Format WeChat MP articles in 3 steps
Paste or import Markdown (recommended ≤ 20k characters).
Check the preview on the right — verify titles, lists, code blocks, and images render correctly.
Click Copy or Download HTML, then paste into the WeChat MP editor to publish.
User guide
Core features
- Live preview: type Markdown on the left, render instantly on the right. Supports standard syntax and GFM extensions.
- Quick toolbar: insert tables, code blocks, images, and other common formats from the toolbar above the editor.
- Inline styling: CSS is automatically inlined into the HTML on export, ensuring styles are preserved when pasting into the WeChat MP editor.
Advanced features
- Auto-save: edits are saved in your browser's local storage — refresh or close the tab and pick up where you left off.
- Safe sanitization: automatically filters potentially dangerous tags such as iframe and script.
- Image detection: automatically detects images that fail to load and prompts you, preventing broken images after publishing.