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 fc4ef0a commit e73440cCopy full SHA for e73440c
1 file changed
content/theme/templates/page.html
@@ -16,7 +16,6 @@
16
{% include "footer.html" %}
17
</div>
18
</main>
19
- <script>hljs.highlightAll();</script>
20
<script>
21
function decodeHtmlEntities(str) {
22
const txt = document.createElement("textarea");
@@ -38,8 +37,9 @@
38
37
});
39
// Now render them
40
mermaid.init();
41
- });
42
- </script>
+ });
+ </script>
+ <script>hljs.highlightAll();</script>
43
</body>
44
</html>
45
{% endblock %}
0 commit comments