diff options
author | autopp | 2019-06-07 09:45:20 +0900 |
---|---|---|
committer | autopp | 2019-06-07 09:45:20 +0900 |
commit | f5759c3d522d30c3047b233f113145f33ff7a7f3 (patch) | |
tree | 01146cb0b4dc19b19dab0e6ddd83688fd52874af | |
parent | 25e521a16cd1a35230fcd68cc74db423f2737ebb (diff) |
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 } }, |