twitter / communitynotes

Documentation and source code powering Twitter's Community Notes
https://twitter.github.io/communitynotes
Apache License 2.0
1.48k stars 213 forks source link

Fixing mathjax rendering again #140

Closed lucasnantonio closed 1 year ago

lucasnantonio commented 1 year ago

The reason these equations were not rendering correctly is that they contain _{a_ which Github tries to render as italics in Markdown.

A previous fix introduced $`$` which were breaking our live website builder, because it expects only the clean $$ delimiter .

Here, we're fixing the issue by adding a space between the _ and the {a so Github doesn't try to interpret them as an italics command.