Commit Graph

10 Commits

Author SHA1 Message Date
Martin Goth 0cb4d10504 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.
2015-04-16 13:24:23 +02:00
Hakim El Hattab c9853233ae rename math plugin config option 2013-08-18 14:13:55 -04:00
Hakim El Hattab 2bed5833ca remove pointless .call() 2013-08-16 09:30:22 -04:00
Hakim El Hattab b17e285164 mathjax plugin updates #531 2013-08-13 08:53:41 -04:00
Hakim El Hattab e7ee8858a2 remove unused code 2013-08-13 00:10:14 -04:00
Hakim El Hattab 3e23b8b690 make mathjax host a config option, revamp script loading, fragment examples #531 2013-08-12 23:15:19 -04:00
Hakim El Hattab 3901904057 comments and failesafes for #531 2013-08-12 23:01:35 -04:00
Hakim El Hattab 69f7c0c693 updates to mathjax plugin, incl more examples #531 2013-08-12 22:42:14 -04:00
Hakim El Hattab 9984cb1f21 limit scope of mathjax rerender #531 2013-08-12 09:27:23 -04:00
Hakim El Hattab 1748a29ff3 first version of mathjax plugin #531 2013-08-12 09:21:38 -04:00