
15. Special characters used for MathJax interpreting can be escaped using the `\` character: `\$` $\\\$$, `\{` $\{$, `\_` $\_$, etc. If you want `\` itself, you should use `\backslash` (symbol) or `\setminus` ([binary operation](https://tex.stackexchange.com/a/511332)) for $\backslash$, because `\\` is for a new line.
Markdown input: 
- Special characters used for MathJax interpreting can be escaped using the
\ character: \$ $\$$, \{ $\{$, \_ $\_$, etc. If you want \ itself, you should use \backslash (symbol) or \setminus (binary operation) for $\backslash$, because \\ is for a new line.
Preview: 

Output:
(matches the preview)
$a \$ b$
To explainMarkdown input: 
- First blockquote is a screenshot of the rendered output of the MathJax tutorial (revision 104) as I see it on my screen.
- Second blockquote shows the Markdown input used for the portion in the previous screenshot.
- Third blockquote contains the above Markdown input.
- Fourth blockquote is a screenshot of the preview (i.e., before submission) of the stuff in 1--3.
- Fifth blockquote is a screenshot of the rendered output (i.e., after submission) of the stuff in 1--4.
Preview: 
Notice that there is a discrepancy between the preview shown forOutput: \$ and its rendered output.
- The Markdown input is "backslash dollar".

- The preview displays as "backslash backslash dollar".
- The rendered output is "backslash backslash backslash dollar". Why the discrepancy?
$a \$ b$