Skip to content

Conversation

@DivineDominion
Copy link

Since Sp is defined as Spacechar*, right now a line like:

#foo

Will be treated as a heading, which is uncommon enough for the CommonMark spec to specify as a mistake :) -- In practical terms, this makes editors with hashtags at the beginning of a line behave weirdly.

Since `Sp` is defined as `Spacechar*`, right now a line like:

    #foo

Will be treated as a heading, which is uncommon enough for the CommonMark spec to specify as a mistake :) -- In practical terms, this makes editors with hashtags at the beginning of a line behave weirdly.
AtxInline = !Newline !(Sp '#'* Sp Newline) Inline

AtxStart = < ( "######" | "#####" | "####" | "###" | "##" | "#" ) >
AtxStart = < ( "######" | "#####" | "####" | "###" | "##" | "#" ) Spacechar >
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding Spacechar here will make the level of heading incorrect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants