add missing comma to MathJax example in README
This commit is contained in:
parent
25e521a16c
commit
f5759c3d52
1 changed files with 1 additions and 1 deletions
|
@ -1455,7 +1455,7 @@ Reveal.initialize({
|
||||||
|
|
||||||
math: {
|
math: {
|
||||||
mathjax: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js',
|
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()`
|
// pass other options into `MathJax.Hub.Config()`
|
||||||
TeX: { Macros: macros }
|
TeX: { Macros: macros }
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue