bm.md▌

by miantiao-me
bm.md — 面向微信、知乎、掘金的中文 Markdown 处理工具:渲染、校验、解析与文本抽取,提升公众号与社区发布效率。
Markdown processing server with tools for rendering, linting, parsing, and text extraction, optimized for Chinese publishing platforms like WeChat, Zhihu, and Juejin.
best for
- / Chinese content creators publishing on WeChat
- / Writers formatting articles for Zhihu or Juejin
- / Marketing teams creating styled content
- / Developers processing Chinese markdown content
capabilities
- / Render markdown with 14 styling themes
- / Format content for WeChat and Chinese platforms
- / Extract and parse markdown text
- / Export formatted content as images
- / Lint markdown for publishing standards
- / Apply platform-specific formatting rules
what it does
A markdown processing server that renders, formats, and optimizes markdown content specifically for Chinese publishing platforms like WeChat, Zhihu, and Juejin.
about
bm.md is a community-built MCP server published by miantiao-me that provides AI assistants with tools and capabilities via the Model Context Protocol. bm.md — 面向微信、知乎、掘金的中文 Markdown 处理工具:渲染、校验、解析与文本抽取,提升公众号与社区发布效率。 It is categorized under productivity.
how to install
You can install bm.md in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server supports remote connections over HTTP, so no local installation is required.
license
AGPL-3.0
bm.md is released under the AGPL-3.0 license.
readme
bm.md
更好用的 Markdown 排版助手|一键适配微信公众号、知乎专栏、掘金、网页与图片。
✨ 特性
- 📝 实时预览 - 基于 CodeMirror 6 的 Markdown 编辑器,所见即所得
- 🎨 14 种排版样式 - 从专业商务到复古怀旧,满足不同场景需求
- 🌈 14 种代码主题 - 支持浅色/深色多种代码高亮风格
- 📱 多平台适配 - 一键复制到微信公众号、
知乎、掘金 - 🖼️ 图片导出 - 将排版内容导出为图片分享
- 🔌 开发者友好 - 提供 REST API 和 MCP 协议集成
- ⌨️ 快捷操作 - 命令面板 + 全局快捷键,高效操作
🚀 快速开始
# 克隆项目
git clone https://github.com/miantiao-me/bm.md.git
cd bm.md
# 安装依赖
pnpm install
# 启动开发服务器
pnpm dev
访问 http://localhost:2663 开始使用。
🛠️ 技术栈
- 框架: TanStack Start (React 19 + TanStack Router)
- 构建: Vite 7
- 样式: Tailwind CSS 4 + shadcn/ui
- 部署: Nitro (支持 Cloudflare Workers / Vercel / Netlify / Docker / Alibaba ESA / Tencent EdgeOne 等)
#阿里云ESA Pages #阿里云云工开物
阿里云部署配置:
安装命令: pnpm install
构建命令: pnpm run build
根目录: /
静态资源目录: dist/client
函数文件路径: dist/server/server.js
其他环境部署配置参考 Nitro 文档。
📖 文档
🤝 贡献
欢迎提交 Issue 和 Pull Request。
