From 09c2ed7f45b044543cb8d1fe49b720b8a1b6972d Mon Sep 17 00:00:00 2001 From: Olivier Roques <olivier@oroques.dev> Date: Tue, 22 Sep 2020 21:51:35 +0200 Subject: Add KaTeX support --- layouts/partials/math.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/partials/math.html (limited to 'layouts/partials') diff --git a/layouts/partials/math.html b/layouts/partials/math.html new file mode 100644 index 0000000..94a1ae3 --- /dev/null +++ b/layouts/partials/math.html @@ -0,0 +1,3 @@ +<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.css" integrity="sha384-AfEj0r4/OFrOo5t7NnNe46zW/tFgW6x/bCJG8FqQCEo3+Aro6EYUG4+cU+KJWu/X" crossorigin="anonymous"> +<script defer src="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.js" integrity="sha384-g7c+Jr9ZivxKLnZTDUhnkOnsh30B4H0rpLUpJ4jAIKs4fnJI+sEnkvrMWph2EDg4" crossorigin="anonymous"></script> +<script defer src="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/contrib/auto-render.min.js" integrity="sha384-mll67QQFJfxn0IYznZYonOWZ644AWYC+Pt2cHqMaRhXVrursRwvLnLaebdGIlYNa" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script> -- cgit v1.2.3