wenyan-formatter
Installation
SKILL.md
Wenyan Formatter
将 Markdown 草稿渲染为微信公众号风格的 HTML,或一键推送到公众号草稿箱。
Run
预览(render)
# 渲染本地 Markdown 文件
bash {baseDir}/scripts/format.sh --file ./draft.md
# 渲染内联 Markdown,指定主题
bash {baseDir}/scripts/format.sh --content "## 标题\n\n正文内容..." --theme grace
# 指定代码高亮主题
bash {baseDir}/scripts/format.sh --file ./draft.md --theme tech --highlight github-dark