wolfe-pack / moro

Interactive documentation and programming with Scala, iPython notebook style.
http://wolfe-pack.github.io/moro
BSD 2-Clause "Simplified" License
19 stars 3 forks source link

Get two underscores in math mode for markdown to work #20

Closed riedelcastro closed 10 years ago

riedelcastro commented 10 years ago

Whenever I have math blocks in markdown with more than one subscript rendering fails because markdown considers underscores as markers for italics. Couldn't find a good way to fix this yet.

sameersingh commented 10 years ago

Is this relevant? http://stackoverflow.com/questions/10438937/is-there-a-markdown-parser-supported-on-jekyll-that-plays-nicely-with-mathjax

riedelcastro commented 10 years ago

Hmm, doesn't work for me.

sameersingh commented 10 years ago

This works: Math in Md looks like \\(\alpha\_\theta+\beta\_a\\) and \\(\pi\\) in text.

Reopen if it doesn't work.

riedelcastro commented 10 years ago

Damn it, that was the only thing I didn't try. (I tried \\_, for example)