Escaping the hash (#) does not work, when followed by digits.
I'd like to write about a transformer winding, specifically, winding number 1 or winding number 2.
Of course, writing ... transformer winding #1 is ... results in #1 being treated as an issue link to Issue #1, which (on this site) is "Github Flavored Markdown Examples", totally unrelated to power transformers. 😉
However, escaping the hash does not seem to be possible: \#1 still results in #1, the issue link.
Using HTML entities for the # or digits does not fool the Markdown parser into not seeing character sequence as an issue link:
Escaping the hash (#) does not work, when followed by digits.
I'd like to write about a transformer winding, specifically, winding number 1 or winding number 2.
Of course, writing
... transformer winding #1 is ...results in#1being treated as an issue link to Issue #1, which (on this site) is "Github Flavored Markdown Examples", totally unrelated to power transformers. 😉However, escaping the hash does not seem to be possible:
\#1still results in #1, the issue link.Using HTML entities for the # or digits does not fool the Markdown parser into not seeing character sequence as an issue link:
#1results in the link GitHub Flavored Markdown Examples #1#1also results in GitHub Flavored Markdown Examples #1