vmg / sundown

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

Require a space for link titles #89

Closed andre-d closed 12 years ago

andre-d commented 12 years ago

This fixes a bug we were experiencing where links with quotes in them were breaking where they previously were not. This adds the requirement of a space between the link and the title, as shown in the markdown "spec".

vmg commented 12 years ago

Looking good! Thanks!