hugo-theme-tiles/assets/js/mermaid.config.js

8 lines
143 B
JavaScript

mermaid.initialize({
theme: undefined,
themeCSS: undefined,
startOnLoad: true,
sequence:{
mirrorActors: false
}
});