We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66120c1 commit 6d14dd4Copy full SHA for 6d14dd4
_config.yml
@@ -8,3 +8,7 @@ favicon_ico: "/assets/site/favicon.ico"
8
aux_links:
9
github.com/os2forms: https://github.com/os2forms
10
os2.eu/os2forms: https://www.os2.eu/os2forms
11
+
12
+aux_scripts:
13
+ - https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js
14
+ - /assets/js/mermaid-init.js
assets/js/mermaid-init.js
@@ -0,0 +1,5 @@
1
+document.addEventListener("DOMContentLoaded", function() {
2
+ if (window.mermaid) {
3
+ mermaid.initialize({ startOnLoad: true });
4
+ }
5
+});
0 commit comments