Escape pound or number sign in Github issue tracker

Viewed 9434

If I type #1 when creating an Issue in Github, it will reference to Issue ID 1. Is there a way to avoid this by escaping the # sign? I just need it to be regular text.

5 Answers

For me this #_1 seems to work in github markdown.

Related