Don't render Mathjax on load

This commit is contained in:
James Allen 2014-07-21 12:44:48 +01:00
parent 98d601fb66
commit f16f6fd126
2 changed files with 3 additions and 1 deletions

View file

@ -11,7 +11,7 @@ define [
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true
skipStartupTypeset: true
MathJax.Hub.Config(mathjaxConfig);

View file

@ -115,6 +115,8 @@
padding: @line-height-computed / 4;
border-top: 1px solid @toolbar-border-color;
textarea {
overflow: auto;
resize: none;
border-radius: @border-radius-base;
border: 1px solid @toolbar-border-color;
height: 100%;