thephpleague / html-to-markdown

Convert HTML to Markdown with PHP
MIT License
1.77k stars 205 forks source link

Trim the link text to avoid incorrect syntax #120

Closed andreskrey closed 7 years ago

andreskrey commented 7 years ago

This solves issue #119.

It's just a trim() function over the link text.

colinodell commented 7 years ago

Thanks for the fix!