vmg / sundown

Standards compliant, fast, secure markdown processing library in C
1.99k stars 385 forks source link

HREF is not properly trimmed in links #157

Open eaigner opened 7 years ago

eaigner commented 7 years ago

When a link is parsed the href is set without trimming surrounding spaces, which can lead to hrefs that look like %09http://... and thus not loading correctly when rendered as HTML.