Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-22 | Way to much to put into a single commit message.. | Marvin Borner | |
2020-06-21 | Well, I don't need a thesis in corona-times | Marvin Borner | |
2020-05-05 | New project layout | Marvin Borner | |
2019-03-14 | support for plugins where the init method doesn't return a Promise | Hakim El Hattab | |
2019-03-14 | more forgiving code highlight line number format, add Promise polyfill | Hakim El Hattab | |
2019-03-04 | highlight, math, notes and zoom plugins now register via Reveal.registerPlugin | Hakim El Hattab | |
2018-02-08 | Allow users to customise MathJax options. | Benjamin Tan | |
Ref. #1856, #2006, #2045. This is a more open approach to allow customisation of all MathJax options instead of select options only. | |||
2017-11-29 | Allow tex2jax options to be passed into math plugin. | John MacFarlane | |
Closes #2026. This does not change the default behavior of the math plugin, but it allows $ delimiters to be disabled (which is usually what you want, since otherwise normal uses of $ for currency get treated as math delimiters). To use: Reveal.initialize({ math: { tex2jax: { inlineMath: [['\\(','\\)']], skipTags: ['script','noscript','style', 'textarea','pre'] } }, etc. }); | |||
2017-04-05 | replace cdn.mathjax.org with cdnjs | Christian Lawson-Perfect | |
cdn.mathjax.org is shutting down: https://www.mathjax.org/cdn-shutting-down/ This changes the default MathJax URL in the math plugin, as well as references in README.md and test/examples/math.html | |||
2015-07-07 | Merge pull request #1205 from gothma/mathjax-md | Hakim El Hattab | |
Allow tex parsing in <code> tags | |||
2015-04-16 | Allow tex parsing in <code> tags | Martin Goth | |
Just using $ as delimiter in markdown document fails since the markdown parser unknown to the dollar syntax will try to interpret underscores. Putting the $ delimented formula in backticks will cause the markdown parser to put the tex-code with the $ delimiters into a code block. The texcode will then be unchanged. This patch allows for mathJax to interpret and automagically display the tex-formulas. | |||
2015-01-20 | default to https mathjax #1103 | Hakim El Hattab | |
2013-08-18 | rename math plugin config option | Hakim El Hattab | |
2013-08-16 | remove pointless .call() | Hakim El Hattab | |
2013-08-13 | mathjax plugin updates #531 | Hakim El Hattab | |
2013-08-13 | remove unused code | Hakim El Hattab | |
2013-08-12 | make mathjax host a config option, revamp script loading, fragment examples #531 | Hakim El Hattab | |
2013-08-12 | comments and failesafes for #531 | Hakim El Hattab | |
2013-08-12 | updates to mathjax plugin, incl more examples #531 | Hakim El Hattab | |
2013-08-12 | limit scope of mathjax rerender #531 | Hakim El Hattab | |
2013-08-12 | first version of mathjax plugin #531 | Hakim El Hattab | |