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 parse when comments followed by any character #288

Closed
litefeel opened this issue Feb 15, 2015 · 2 comments
Closed

Incorrect parse when comments followed by any character #288

litefeel opened this issue Feb 15, 2015 · 2 comments
Labels
Milestone

Comments

@litefeel
Copy link

<!-- sss -->abc

* abcd
* bbbb
* cccc

parse to

s * abcd * bbbb * cccc

remove abc

<!-- sss -->

* abcd
* bbbb
* cccc

parse to

  • abcd
  • bbbb
  • cccc
@skoop
Copy link

skoop commented Dec 19, 2015

I can not reproduce this issue, it seems to work fine for me with current master.

@erusev
Copy link
Owner

erusev commented Dec 19, 2015

@skoop interesting, thanks for bringing that up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants