erusev / parsedown

Better Markdown Parser in PHP
https://parsedown.org
MIT License
14.74k stars 1.12k forks source link

HTML tags cut if multiple in one line #709

Closed malkow closed 5 years ago

malkow commented 5 years ago

Parsing error with multiple appending html tags in a single line, which leads to a 'cut' after the first tag.

E.g.: <div class="foo"></div><div class="bar"></div>

malkow commented 5 years ago

Closed because it's a Parsedown Extra issue. Will post it there.

aidantwoods commented 5 years ago

As I currently planned, this shouldn't happen in 2.0—I'm not planning on keeping Parsedown extra's markdown=1 (and its associated HTML parsing, which is probably the cause of this bug, see: https://github.com/erusev/parsedown/issues/657#issuecomment-410799834).