Bagusflyer
Bagusflyer

Reputation: 12925

What is the correct way to input # in a markdown

I don't know if this is the correct place to ask my question.

Actually my question is very simple. How to input # in my markdown document. Because # is always interpreted as something else, for example, header. I have no way to input the character '#' itself. Can anybody tell me how to do so?

Thanks

Upvotes: 0

Views: 108

Answers (1)

Oliver Matthews
Oliver Matthews

Reputation: 7833

Escape it with a '\' as you normally would such characters - i.e. \# - see here

Upvotes: 3

Related Questions