- Apr 17, 2020
-
-
Hakim El Hattab authored
-
- Apr 15, 2020
-
-
Hakim El Hattab authored
-
- Apr 08, 2020
-
-
Hakim El Hattab authored
-
- Apr 07, 2020
-
-
Hakim El Hattab authored
-
- Mar 14, 2019
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Mar 04, 2019
-
-
Hakim El Hattab authored
-
- Feb 08, 2018
-
-
Benjamin Tan authored
Ref. #1856, #2006, #2045. This is a more open approach to allow customisation of all MathJax options instead of select options only.
-
- Nov 30, 2017
-
-
John MacFarlane authored
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. });
-
- Apr 05, 2017
-
-
Christian Lawson-Perfect authored
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
-
- Apr 16, 2015
-
-
Martin Goth authored
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.
-
- Jan 20, 2015
-
-
Hakim El Hattab authored
-
- Aug 18, 2013
-
-
Hakim El Hattab authored
-
- Aug 16, 2013
-
-
Hakim El Hattab authored
-
- Aug 13, 2013
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Aug 12, 2013
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-