orsharir / github-mathjax

Chrome extension for rendering LaTeX equations in GitHub with MathJax
Other
153 stars 49 forks source link

#32 Only process markdown #34

Open alf239 opened 4 years ago

alf239 commented 4 years ago

Hi Or,

I'm not quite sure you want that change — as far as I can tell, it changes semantics a lot; still, it may be useful, so if you need it, here's it :)

Basically, many source files have $ signs where they are not meant to mean $\LaTeX\ here!$ — e.g. Scala's interpolated strings:

val name = "World"
println(s"Hello $name! How are you, $name?")

I also added support for the PR dialog preview tab — its selection class was changed,