I am using MediaWiki with MathJax, because a lot of the pages have maths equations. But on some pages I also need to display the string $x$ as is.
Is there any way to escape the $x$ so it doesn't invoke MathJax and display as an italic x?
MathJax supports \$ to escape a $ within an expression, but that doesn't work with the initial $ (of course).