We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5038157 commit 023d8f4Copy full SHA for 023d8f4
1 file changed
content/latex-example.md
@@ -101,3 +101,24 @@ $$
101
\textit{Italic text.}\\
102
\texttt{Typewriter text.}\\
103
$$
104
+
105
+---
106
107
+## Escape Characters
108
109
+To disambiguate the use of the dollar sign, you can use the backslash
110
+character to escape it: `\\$`.
111
112
+Example:
113
114
+```text
115
+> To write the dollar sign, use \\$ in your text. That way, if there is another
116
+> dollar sign in your text like this \\$, it will not be confused with the start of a math
117
+> environment.
118
+```
119
120
+This will render as:
121
122
123
124
0 commit comments