Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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-14 |
| | |||
* | highlight, math, notes and zoom plugins now register via Reveal.registerPlugin | Hakim El Hattab | 2019-03-04 |
| | |||
* | Allow users to customise MathJax options. | Benjamin Tan | 2018-02-08 |
| | | | | | | Ref. #1856, #2006, #2045. This is a more open approach to allow customisation of all MathJax options instead of select options only. | ||
* | Allow tex2jax options to be passed into math plugin. | John MacFarlane | 2017-11-29 |
| | | | | | | | | | | | | | | | | | | | | 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. }); | ||
* | replace cdn.mathjax.org with cdnjs | Christian Lawson-Perfect | 2017-04-05 |
| | | | | | | | 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 | ||
* | Merge pull request #1205 from gothma/mathjax-md | Hakim El Hattab | 2015-07-07 |
|\ | | | | | Allow tex parsing in <code> tags | ||
| * | Allow tex parsing in <code> tags | Martin Goth | 2015-04-16 |
| | | | | | | | | | | | | | | | | | | 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. | ||
* | | default to https mathjax #1103 | Hakim El Hattab | 2015-01-20 |
|/ | |||
* | rename math plugin config option | Hakim El Hattab | 2013-08-18 |
| | |||
* | remove pointless .call() | Hakim El Hattab | 2013-08-16 |
| | |||
* | mathjax plugin updates #531 | Hakim El Hattab | 2013-08-13 |
| | |||
* | remove unused code | Hakim El Hattab | 2013-08-13 |
| | |||
* | 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 | 2013-08-12 |