Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect emphasis parsing #177

Closed
jgm opened this issue Jan 4, 2017 · 1 comment
Closed

incorrect emphasis parsing #177

jgm opened this issue Jan 4, 2017 · 1 comment

Comments

@jgm
Copy link
Member

jgm commented Jan 4, 2017

@raphlinus writes:

In the example a***b* c*, cmark produces a**<em>b</em> c*, where I believe the spec would say a*<em><em>b</em> c</em>. My reading of the spec is that the length of the opening delimiter run is 3, and the length of both closing runs is 1, so in neither case the sum is a multiple of 3.

@jgm
Copy link
Member Author

jgm commented Jan 4, 2017

Fixed by cc50a3a

@jgm jgm closed this as completed Jan 4, 2017
jgm added a commit to commonmark/commonmark.js that referenced this issue Jan 4, 2017
jgm added a commit that referenced this issue Jan 4, 2017
robinst added a commit to commonmark/commonmark-java that referenced this issue Aug 24, 2017
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

No branches or pull requests

1 participant