halo-sigs / plugin-bytemd

为 Halo 2.0 集成 ByteMD 编辑器
https://halo.run/store/apps/app-HTyhC
GNU General Public License v3.0
13 stars 6 forks source link

建议添加 Markdown 的 mermaid 支持 #41

Open lookoutldz opened 1 month ago

lookoutldz commented 1 month ago

Halo版本:2.17.1 插件版本:1.4.0

例如下面的样子

graph LR
subgraph A["VLAN"]
subgraph B["Local Server"]
C("nginx server")
end
subgraph D["VPS"]
E("nginx server")
end
end
F["Internet"] --http/https--> E
E --http--> C

在编辑器内: QQ_1720833285062

ruibaby commented 1 month ago

欢迎提交 PR。

另外,当前 Markdown 编辑器更推荐 https://www.halo.run/store/apps/app-uBcYw,这个插件更积极维护。

/good-first-issue

f2c-ci-robot[bot] commented 1 month ago

@ruibaby: This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-good-first-issue command.

In response to [this](https://github.com/halo-sigs/plugin-bytemd/issues/41): >欢迎提交 PR。 > >另外,当前 Markdown 编辑器更推荐 ,这个插件更积极维护。 > >/good-first-issue Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.