tikzjax added

This commit is contained in:
2022-06-23 18:55:30 -04:00
parent c474197764
commit a48ba5f467
5 changed files with 19 additions and 10 deletions
+5
View File
@@ -24,6 +24,11 @@
{% endif %}
{% endif %}
{% if config.extra.tikz_enable %}
<link rel="stylesheet" type="text/css" href="https://tikzjax.com/v1/fonts.css">
<script src="https://tikzjax.com/v1/tikzjax.js"></script>
{% endif %}
{%- if config.extra.favicon %}
<link rel="shortcut icon" type="{{ config.extra.favicon_mimetype | default(value="image/x-icon") }}" href="{{ config.extra.favicon | safe }}">
+1
View File
@@ -0,0 +1 @@
<script type="text/tikz">{{body | safe}}</script>