|
@@ -210,7 +210,15 @@
|
|
<script>
|
|
<script>
|
|
hljs.initHighlightingOnLoad();
|
|
hljs.initHighlightingOnLoad();
|
|
</script>
|
|
</script>
|
|
|
|
+
|
|
|
|
+<!-------------- Enable Math support for this page ---------------->
|
|
{{ if .Params.math }}
|
|
{{ if .Params.math }}
|
|
{{ partial "math.html" . }}
|
|
{{ partial "math.html" . }}
|
|
{{ end }}
|
|
{{ end }}
|
|
|
|
+
|
|
|
|
+<!-------------- Enable mermaid support for this page ---------------->
|
|
|
|
+{{ if .Params.mermaid }}
|
|
|
|
+ {{ partial "mermaid.html" . }}
|
|
|
|
+{{ end }}
|
|
|
|
+
|
|
{{ end }}
|
|
{{ end }}
|