diff options
author | Hakim El Hattab | 2013-08-18 14:13:55 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-08-18 14:13:55 -0400 |
commit | c9853233ae51e84f589797991dbd69dfac103471 (patch) | |
tree | a193065c2c4826aa99b4bcc5da361e3990d9d1ae /examples | |
parent | 271bae6b563ef1a625cf582934d589759cec7db7 (diff) |
rename math plugin config option
Diffstat (limited to 'examples')
-rw-r--r-- | examples/math.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/math.html b/examples/math.html index 867c45e..b0f0763 100644 --- a/examples/math.html +++ b/examples/math.html @@ -183,7 +183,7 @@ math: { // mathjax: 'http://cdn.mathjax.org/mathjax/latest/MathJax.js', - dialect: 'TeX-AMS_HTML-full' + config: 'TeX-AMS_HTML-full' }, dependencies: [ |