Closed willin closed 2 years ago
Thanks for reporting the error, could you also post the .mdx file?
i found the reason.
there's a mermaid code in my mdx
\```mermaid
graph LR
Start1(Start)
--Bot 启动--> check1[检查群内的非 Authing 用户]
--> addUser[添加 Authing 用户并消息提醒绑定手机号]
--> End1(End)
\```
OK, there's no syntax highlighting for mermaid
, but Code Hike shouldn't crash (#117).
:rocket: Issue was released in v0.3.0
:rocket:
here's my compile codes: https://github.com/willin/willin.wang/blob/main/scripts/mdx.js
i just added the plugin:
the first post compiled successfully:
however when second, errored.