-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Description
事象
mermaid.js によるダイアグラム表示について、gitGraph が表示されません。
また、エラーメッセージも表示されません。
発生したページのURL
zenn.dev の記事編集ページです。
発生した画面のスクリーンショット
再現方法
以下のコードブロックを zenn.dev のエディタに貼り付けます。
このスニペットは mermaid.js の gitGraph ページにあるサンプルコードです。
```mermaid
gitGraph
commit
commit
branch develop
checkout develop
commit
commit
checkout main
merge develop
commit
commit
```
hankei6km