Describe the bug
The text between the dollar signs ($) in the following text is rendered as italics with spaces removed:
**Subscription cost:** $20/user/month (e.g., 7 users = $1680/year)
Screenshot:

To Reproduce
Expected behavior
Dollar signs should not have special meaning in Markdown.
Actual behavior
The text is italic, and spaces are removed.
Workaround
Use the emoji dollar sign 💲 instead of $. 🤷♂️
Desktop (please complete the following information):
Text detected as MathJax formula and correspondently highlighted.
When is it triggered though? Could it be limited to inside code blocks? or even to <pre> tags?
Authors text seems like a pretty common use case where you don't want it to be triggered.
I went to check if you can escape the things through \$, but it appears that it still renders. It would be a good idea to make MathJax optional in the settings, especially if you can't escape them.
Finally! Yo can toggle ⌘-option-control-` or click menu item.

Most helpful comment
I went to check if you can escape the things through \$, but it appears that it still renders. It would be a good idea to make MathJax optional in the settings, especially if you can't escape them.