thephpleague / html-to-markdown

Convert HTML to Markdown with PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Line starting with * too much escaped

Sylry opened this issue · comments

commented

This HTML code Foo<br />* Bar shoud produce
this MD code

Foo  
\* Bar

instead of this one

Foo  
\\* Bar

I think the bug was introduced by #159. PR will follow

Fixed in 4.8.1. Thanks for the PR!