We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e5ca71 + 938bcee commit 6725cc2Copy full SHA for 6725cc2
1 file changed
_includes/_head.html
@@ -15,5 +15,17 @@
15
<link rel="stylesheet" href="{{ '/css/main.css' | relative_url }}">
16
17
<link rel="alternate" type="application/rss+xml" title="Blog articles" href="{% link blog/feed.rss %}" />
18
-
+
19
+ {% if page.meta.mathjax %}
20
+ <script>
21
+ window.MathJax = {
22
+ tex: {
23
+ inlineMath: [['$', '$'], ['\\(', '\\)']]
24
+ }
25
+ };
26
+ </script>
27
+ <script type="text/javascript" id="MathJax-script" async
28
+ src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
29
30
+ {% endif %}
31
</head>
0 commit comments