Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |