From 6cfef8632035dbd577cab62888c5d97e8ede40a7 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Thu, 24 Dec 2020 10:56:00 +0100 Subject: [PATCH] feat(math): add inline math support --- layouts/partials/article/components/math.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/layouts/partials/article/components/math.html b/layouts/partials/article/components/math.html index 6c4d3fd..0f85127 100644 --- a/layouts/partials/article/components/math.html +++ b/layouts/partials/article/components/math.html @@ -5,4 +5,17 @@ crossorigin="anonymous"> \ No newline at end of file + onload="StackLaTeX()"> + + \ No newline at end of file