Hi,
I'm using your project in mine. It's awesome project, I appreciate. :)
I tested table example which is in markdown-cheatsheet with this project, and it rendered wrongly.
You can see the result below.

I think it's because of MathJax. It recognizes dollar as formula delimiter, so parses other characters as formula.
Now I'm curious why you applies MathJax before marked. Is there any particular reasons?
I think this problem may be solved when we change the parsing order.
Hi,
I'm using your project in mine. It's awesome project, I appreciate. :)
I tested table example which is in markdown-cheatsheet with this project, and it rendered wrongly.
You can see the result below.
I think it's because of MathJax. It recognizes dollar as formula delimiter, so parses other characters as formula.
Now I'm curious why you applies MathJax before marked. Is there any particular reasons?
I think this problem may be solved when we change the parsing order.