Commit b7472a4a authored by RawKStar77's avatar RawKStar77

Add MathJax config option allign left

Previously, MathJax was rendering display style math allign: "center",
while KaTeX rendered allign: "left". This has been addressed.
parent fb02e7bc
......@@ -8,6 +8,7 @@ loadMathJax = ->
# MathJax configuration overides.
MathJax.Hub.Config({
showMathMenu: false
displayAlign: "left"
})
}
......
Markdown is supported
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