githubgithub-pages

Escape pound or number sign in Github issue tracker


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.


Solution

  • Use this `#1` and it worked.

    Basically I have to escape by turning it into code quote