1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00
wezterm/docs/mermaid-init.js
Wez Furlong 2a8ff9ca75 docs: adopt mermaid-js for flowchart
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.
2022-04-03 22:09:17 -07:00

5 lines
61 B
JavaScript

mermaid.initialize({
startOnLoad:true,
theme:"dark",
});