Skip to content

Cannot escape a hash immediately before a number #61

@AJNeufeld

Description

@AJNeufeld

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions