You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any text between $ characters within markdown seems to be rendered in tex math mode using MathJax. However, within code blocks with language specified (e.g., enclosed by ```python and ```), this is almost always the wrong choice. It interacts badly with any syntax highlighting.
See below, where the text '<newline> d = '^[0-9] has the wrong colour and the second = is rendered in the wrong typeface. On the other hand, MathJax is not fully enabled either ``` $\frac{1}{2} $ ``` is rendered as is, and not converted to the math rendering.
The text was updated successfully, but these errors were encountered:
Any text between
$
characters within markdown seems to be rendered in tex math mode using MathJax. However, within code blocks with language specified (e.g., enclosed by```python
and```
), this is almost always the wrong choice. It interacts badly with any syntax highlighting.See below, where the text
'<newline> d = '^[0-9]
has the wrong colour and the second=
is rendered in the wrong typeface. On the other hand, MathJax is not fully enabled either``` $\frac{1}{2} $ ```
is rendered as is, and not converted to the math rendering.The text was updated successfully, but these errors were encountered: