segment-boneyard / socrates

Write and read Markdown in real-time with anyone you want.
socrates.io
481 stars 60 forks source link

Subscripts break math #30

Open amckinlay opened 10 years ago

amckinlay commented 10 years ago

Well this is annoying. It seems that including braces {} to group an expression in a subscript breaks math as demonstrated on Chrome 32 below.

socrates bug

amckinlay commented 10 years ago

It seems like it is processing _{2} = x_ as Markdown emphasis.

amckinlay commented 10 years ago

The markdown processor needs to ignore anything within $$.