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

BAG if we have html comment right after html close tag #366

Closed
doiftrue opened this issue Nov 14, 2015 · 2 comments
Closed

BAG if we have html comment right after html close tag #366

doiftrue opened this issue Nov 14, 2015 · 2 comments
Labels
Milestone

Comments

@doiftrue
Copy link

Found such bug. Here is a screen where you can see it: http://c2n.me/3qjDTYh

here is the text for parse, in order you test it yourself:

foo ``text``
## title11
foo text

## title22
foo ``text``

<ul>
    <li>22222222222222
        <ul>
            <li>1111111111</li>
        </ul><!-- second ul -->
    </li>
</ul>

### title33

And hire, any **markdown** text is no `work`!!!

It's because of <!-- second ul --> comment after </ul>. I was looking for it for several hours and finally found :)

@aidantwoods
Copy link
Collaborator

This should be fixed in the next release :)

@aidantwoods
Copy link
Collaborator

screen shot 2018-03-28 at 00 20 32

@aidantwoods aidantwoods added this to the 1.8.0 milestone Mar 28, 2018
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

3 participants