Skip to content

Commit fb8e0d6

Browse files
committed
fixed Mathjax blog configuration
1 parent fea5eed commit fb8e0d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lisp/larsen-org-blog.el

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
"<meta name=\"author\" content=\"Stefano Rodighiero\">
2121
<meta name=\"referrer\" content=\"no-referrer\">
2222
<link href=\"/css/notes.css\" rel=\"stylesheet\" type=\"text/css\" />
23+
<script type=\"text/javascript\"
24+
src=\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML\">
25+
</script>
26+
<script type=\"text/x-mathjax-config\">
27+
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'],['\\\\(','\\\\)']]}});
28+
</script>
2329
<link rel=\"me\" href=\"https://mastodon.social/@eslr\" />
2430
<link rel=\"icon\" href=\"static/favicon.ico\">")
2531
;; This preamble is inserted at the beginning of the <body> of every page:

0 commit comments

Comments
 (0)