This commit is contained in:
wgroeneveld 2018-08-02 12:31:05 +02:00
parent 1204ee5efd
commit a0655161cf
1 changed files with 10 additions and 0 deletions

View File

@ -15,6 +15,16 @@
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0//lib/js/html5shiv.js"></script>
<![endif]-->
<link href="{{"mermaid/mermaid.css" | relURL}}" type="text/css" rel="stylesheet"/>
<script defer src="{{"mermaid/mermaid.min.js" | relURL}}">
mermaid.initialize({
startOnLoad: true,
flowchart: {
useMaxWidth: true
}
});
</script>
</head>
<body>