diff options
author | Hakim El Hattab | 2018-10-08 08:41:08 +0200 |
---|---|---|
committer | GitHub | 2018-10-08 08:41:08 +0200 |
commit | 5890f602b32d4f7ec31d9f6c4b4e5e17b0866b96 (patch) | |
tree | fc5cc251b1aa4e7e78a0cfb10e24be0c364db856 /README.md | |
parent | e7a365255f0ceddf87d41f0debca19a074e754e9 (diff) | |
parent | b2d532ea28eaaf0b7b2cf225c713c8a8d3f4a3bf (diff) |
Merge pull request #2090 from bnjmnt4n/math
Allow users to customise MathJax options.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1286,6 +1286,8 @@ 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 + // pass other options into `MathJax.Hub.Config()` + TeX: { Macros: macros } }, dependencies: [ |