LpCoutinho
LpCoutinho

Reputation: 37

How use $ in Markdown?

enter image description here

I'm trying to use $ twice in a row in a sentence. However in the output it returns a bold italicized phrase between the $

How could I type $ twice without this function appearing?

Upvotes: 1

Views: 510

Answers (1)

danlooo
danlooo

Reputation: 10627

$ indicates the beginning and end of a mathematical formula in which characters are italic by default. Replace $ with \$ to show just the dollar sign.

Upvotes: 2

Related Questions