Theme
How the `theme` parameter maps to the md2wechat theme catalog and editor.
Theme
theme is the parameter that tells md2wechat Agent API which WeChat style to use when it converts Markdown or creates reviewable drafts.
What this page means
- The public catalog at /themes matches the currently supported
themevalues. - The same theme ids are used by
convertandarticle-draft. - md2wechat.com is the official site and docs portal.
- md2wechat.cn is the editor entry for deeper visual inspection of the same themes.
How to choose a theme
Pick a theme based on:
- content type: knowledge, product, feature, brand, or operations
- reading rhythm: lighter vs denser layouts
- contrast level: softer vs stronger visual emphasis
- review workflow: whether the article will be copied manually or turned into a draft
Start from /themes, filter by scenario, then keep the chosen theme id in your API request.
Example
{
"markdown": "# Hello\n\nBody",
"theme": "default",
"fontSize": "medium",
"convertVersion": "v1"
}Recommended path
- Browse /themes to narrow the catalog by scenario.
- Open md2wechat.cn if you need deeper visual review of the same theme family.
- Pass the final
themeid into Convert or Article Draft. - If you still need access, continue to Contact.