aboutsummaryrefslogtreecommitdiff
path: root/plugin/math
Commit message (Expand)AuthorAge
* replace cdn.mathjax.org with cdnjs•••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 Christian Lawson-Perfect2017-04-05
* Merge pull request #1205 from gothma/mathjax-md•••Allow tex parsing in <code> tagsHakim El Hattab2015-07-07
|\
| * Allow tex parsing in <code> tags•••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. Martin Goth2015-04-16
* | 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