6
votes
3answers
96 views

How do I escape the hash sign (#) if I want to use it in the section title?

In this SO answer, I wanted to use the header Script component code in C# using the section title. However, the markdown syntax removed the hash sign (#) and it currently displays the text as Script ...
9
votes
3answers
328 views

How do you type a single backslash, code-formatted, in a comment?

Is there a way to type something in a comment that renders like this? You'll need to escape it with a backslash - that is, the \ character. I've tried various combinations, but a single ...