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
My guess is that the problem lies in how Math uses backtick to render formulas. The $ can be escaped with <span>$</span> shown in following code. Although it is its a lot of typing if trying to show how latex is used with examples - hopefully there is an easier way to do it .
This works for inline code
<span>$</span>\sigma<span>$</span>
Or \backlash and \text as below
$`$\backslash\text{sigma}$`$
This also works, but not inline
``` $\sigma$```
Modifying Latex above to make it inline, it does not work
The use of backtick to escape Latex code is not working in markdown
Code to replicate
Current output
Expected output
The text was updated successfully, but these errors were encountered: