1
0
mirror of synced 2026-01-08 12:01:53 -05:00

Merge pull request #48950 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-01-31 12:27:04 -06:00
committed by GitHub

View File

@@ -69,7 +69,7 @@ To display a dollar sign as a character in the same line as a mathematical expre
- Within a math expression, add a `\` symbol before the explicit `$`.
```text
This expression uses `\$` to display a dollar sign: $\sqrt{\$4}$
This expression uses `\$` to display a dollar sign: $`\sqrt{\$4}`$
```
![Screenshot of rendered Markdown showing how a backslash before a dollar sign displays the sign as part of a mathematical expression.](/assets/images/help/writing/dollar-sign-within-math-expression.png)