diff options
author | Hakim El Hattab | 2019-06-10 07:19:57 +0200 |
---|---|---|
committer | GitHub | 2019-06-10 07:19:57 +0200 |
commit | ff2a927de8fd9ec2ef93e96ecfb36db4d60b7cd5 (patch) | |
tree | ddf8503c0f35f388c523afcdcda448550463137e | |
parent | bba760e5491f9a8adf3ca239c7eda3423f9b602a (diff) | |
parent | f5759c3d522d30c3047b233f113145f33ff7a7f3 (diff) |
Merge pull request #2433 from autopp/fix-typo-in-readme
add missing comma to MathJax example in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1455,7 +1455,7 @@ Reveal.initialize({ math: { mathjax: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js', - config: 'TeX-AMS_HTML-full' // See http://docs.mathjax.org/en/latest/config-files.html + config: 'TeX-AMS_HTML-full', // See http://docs.mathjax.org/en/latest/config-files.html // pass other options into `MathJax.Hub.Config()` TeX: { Macros: macros } }, |