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

8 lines
143 B
JavaScript
Raw Normal View History

2019-10-26 00:15:49 +02:00
mermaid.initialize({
theme: undefined,
themeCSS: undefined,
startOnLoad: true,
sequence:{
mirrorActors: false
}
});