aboutsummaryrefslogtreecommitdiff
path: root/plugin/math
Commit message (Collapse)AuthorAge
* support for plugins where the init method doesn't return a PromiseHakim El Hattab2019-03-14
|
* more forgiving code highlight line number format, add Promise polyfillHakim El Hattab2019-03-14
|
* highlight, math, notes and zoom plugins now register via Reveal.registerPluginHakim El Hattab2019-03-04
|
* Allow users to customise MathJax options.Benjamin Tan2018-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 MacFarlane2017-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 cdnjsChristian Lawson-Perfect2017-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-mdHakim El Hattab2015-07-07
|\ | | | | Allow tex parsing in <code> tags
| * Allow tex parsing in <code> tagsMartin Goth2015-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 #1103Hakim El Hattab2015-01-20
|/
* rename math plugin config optionHakim El Hattab2013-08-18
|
* remove pointless .call()Hakim El Hattab2013-08-16
|
* mathjax plugin updates #531Hakim El Hattab2013-08-13
|
* remove unused codeHakim El Hattab2013-08-13
|
* make mathjax host a config option, revamp script loading, fragment examples #531Hakim El Hattab2013-08-12
|
* comments and failesafes for #531Hakim El Hattab2013-08-12
|
* updates to mathjax plugin, incl more examples #531Hakim El Hattab2013-08-12
|
* limit scope of mathjax rerender #531Hakim El Hattab2013-08-12
|
* first version of mathjax plugin #531Hakim El Hattab2013-08-12