diff options
author | Martin Goth | 2015-04-16 12:16:22 +0200 |
---|---|---|
committer | Martin Goth | 2015-04-16 13:24:23 +0200 |
commit | 0cb4d1050438d4c42ec1c7609b4791f973dfa577 (patch) | |
tree | 57039eb3e55d3229a96617b83e473e80eaea22b2 /plugin/markdown | |
parent | 07197b1eae80a264fd9ff7dc68316ae60e5ace29 (diff) |
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.
Diffstat (limited to 'plugin/markdown')
0 files changed, 0 insertions, 0 deletions