From 39dd18e6036e04afb3b4f0804e41302875738baf Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Thu, 24 Dec 2020 10:57:01 +0100 Subject: [PATCH] feat(math): add inline math support (#88) --- 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