Commit 944636e7 authored by Aron Carroll's avatar Aron Carroll

Merge pull request #1884 from hypothesis/fixMathJaxAllignment

Add MathJax config option allign left.
parents fb02e7bc b7472a4a
...@@ -8,6 +8,7 @@ loadMathJax = -> ...@@ -8,6 +8,7 @@ loadMathJax = ->
# MathJax configuration overides. # MathJax configuration overides.
MathJax.Hub.Config({ MathJax.Hub.Config({
showMathMenu: false 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