diff options
author | Hakim El Hattab | 2013-08-13 08:53:31 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-08-13 08:53:41 -0400 |
commit | b17e285164bb17b920e8759ccb2891e147a0397e (patch) | |
tree | c327f056a49e2b9786a04ce7dca20be91bbd3dbf /examples | |
parent | 71218583f7002c29bf8f3cc2fce37cb1e2823802 (diff) |
mathjax plugin updates #531
Diffstat (limited to 'examples')
-rw-r--r-- | examples/math.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/math.html b/examples/math.html index 7d3eba2..867c45e 100644 --- a/examples/math.html +++ b/examples/math.html @@ -182,8 +182,8 @@ transition: 'linear', math: { - // host: 'http://cdn.mathjax.org/mathjax/latest/MathJax.js', - mode: 'TeX-AMS_HTML-full' + // mathjax: 'http://cdn.mathjax.org/mathjax/latest/MathJax.js', + dialect: 'TeX-AMS_HTML-full' }, dependencies: [ |