mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 13:16:39 +03:00
2a8ff9ca75
This is a bit more compact and easier to edit. A downside is that the search engine highlight can break the diagram and cause it to emit a syntax error.
5 lines
61 B
JavaScript
5 lines
61 B
JavaScript
mermaid.initialize({
|
|
startOnLoad:true,
|
|
theme:"dark",
|
|
});
|