Explorar o código

Don't render on page load.

Ian Rose %!s(int64=7) %!d(string=hai) anos
pai
achega
3fc3abfbd3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/rendermime/src/latex.ts

+ 1 - 0
packages/rendermime/src/latex.ts

@@ -78,6 +78,7 @@ class MathJaxTypesetter implements IRenderMime.ILatexTypesetter {
           styles: {'.MathJax_Display': {'margin': 0}},
           linebreaks: { automatic: true }
       },
+      skipStartupTypeset: true
     });
     MathJax.Hub.Configured();
     this._initialized = true;