Commit a5dafb2
fix: mermaid rendering with startOnLoad:false + explicit run()
Module scripts are deferred; startOnLoad:true misses DOMContentLoaded.
Use startOnLoad:false and await mermaid.run() after DOM transformation.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 32bc34d commit a5dafb2
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments