Skip to content

Track underscore bottom separately mod 3, like asterisk#272

Merged
jgm merged 1 commit intocommonmark:masterfrom
notriddle:notriddle/underscore-mod-3
Oct 26, 2023
Merged

Track underscore bottom separately mod 3, like asterisk#272
jgm merged 1 commit intocommonmark:masterfrom
notriddle:notriddle/underscore-mod-3

Conversation

@notriddle
Copy link
Contributor

Fixes #271

The reasoning that a failed delimiter means future delimiters will also fail only applies if the reason they failed was not the multiple-of-three rule. This was already implemented correctly for asterisks, but not for underscore.

The reasoning that a failed delimiter means future delimiters will also fail
only applies if the reason they failed was not the multiple-of-three rule.
This was already implemented correctly for asterisks, but not for underscore.
@jgm jgm merged commit 97da298 into commonmark:master Oct 26, 2023
@jgm
Copy link
Member

jgm commented Oct 26, 2023

thanks!

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.

Incorrect _ emphasis parsing

2 participants