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
..
2014-09-11 11:37:36 +02:00
2014-04-06 10:18:38 +02:00
2015-04-16 13:24:23 +02:00
2013-09-15 11:52:40 -04:00
2013-09-19 23:36:39 -04:00
2013-03-08 19:48:30 -05:00