erusev / parsedown

Better Markdown Parser in PHP

Home Page:https://parsedown.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML tags cut if multiple in one line

malkow opened this issue · comments

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>

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

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: #657 (comment)).