aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2020-02-12 12:17:09 -0700
committerKenny Ballou <kballou@devnulllabs.io>2020-02-12 12:55:51 -0700
commit8786a63a6eabd323dcd7ad6217455f0652827e0d (patch)
tree06ee6a50af192c9639792952d0963e637295da39 /scripts
parentc7ed7dc810fa7fce114240a60d705d786ceb7f1d (diff)
downloadblog.kennyballou.com-8786a63a6eabd323dcd7ad6217455f0652827e0d.tar.gz
blog.kennyballou.com-8786a63a6eabd323dcd7ad6217455f0652827e0d.tar.xz
use katex instead of mathjax for math typesetting
Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_post_html.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/generate_post_html.sh b/scripts/generate_post_html.sh
index 42608dc..a75cc0d 100755
--- a/scripts/generate_post_html.sh
+++ b/scripts/generate_post_html.sh
@@ -18,5 +18,6 @@ echo -n '</ul>'
echo -n "<h4>${DISPLAY_DATE}</h4></div>"
pandoc --from org \
--to html \
+ --katex \
${ORGIN}
cat ${HTML_FOOTER_FILE}