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 60f0c9a + 25d1e3c commit a87a730Copy full SHA for a87a730
Makefile
@@ -48,6 +48,7 @@ preview : $(DST_ALL)
48
%.html : %.md _layouts/page.html $(FILTERS)
49
${PANDOC} -s -t html \
50
${PANDOC_FLAGS} \
51
+ --mathjax \
52
--template=_layouts/page \
53
--filter=tools/filters/blockquote2div.py \
54
--filter=tools/filters/id4glossary.py \
_includes/javascript.html
@@ -1,3 +1,4 @@
1
<!-- Javascript placed at the end of the document so the pages load faster -->
2
<script src="http://software-carpentry.org/v5/js/jquery-1.9.1.min.js"></script>
3
<script src="css/bootstrap/bootstrap-js/bootstrap.js"></script>
4
+<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
0 commit comments