xrsec/wxweb

By xrsec

Updated 11 months ago

微信公众号Markdown在线排版工具

Image
4

670

微信公众号 Markdown 排版工具

ForkEditorDocker Automated Buildwxweb Docker Build

用于格式化 Markdown,粘贴到微信公众号的工具。

点击 Star 更新 Docker 版本!

mdonline-markdown

在线体验地址

https://wxweb.vercel.app/#/

Docker 部署

online-markdown
docker run -it -d \
    --restart=always \
    -p 5052:80 --name wxweb \
    xrsec/wxweb:online-markdown
md
docker run -it -d \
    --restart=always \
    -p 5052:80 --name wxweb \
    xrsec/wxweb:latest

问题反馈 & 建议

https://github.com/XRSec/wxweb/issues/new

致谢

XRSec has the right to modify and interpret this article. If you want to reprint or disseminate this article, you must ensure the integrity of this article, including all contents such as copyright notice. Without the permission of the author, the content of this article shall not be modified or increased or decreased arbitrarily, and it shall not be used for commercial purposes in any way

Docker Pull Command

docker pull xrsec/wxweb