Skip to content
Snippets Groups Projects
Commit 25d1e3c4 authored by Raniere Silva's avatar Raniere Silva
Browse files

Add MathJax

parent d7b0e852
Branches
Tags
No related merge requests found
......@@ -48,6 +48,7 @@ preview : $(DST_ALL)
%.html : %.md _layouts/page.html $(FILTERS)
${PANDOC} -s -t html \
${PANDOC_FLAGS} \
--mathjax \
--template=_layouts/page \
--filter=tools/filters/blockquote2div.py \
--filter=tools/filters/id4glossary.py \
......
<!-- Javascript placed at the end of the document so the pages load faster -->
<script src="http://software-carpentry.org/v5/js/jquery-1.9.1.min.js"></script>
<script src="css/bootstrap/bootstrap-js/bootstrap.js"></script>
<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment