vmg / sundown

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

Escaping will not happen if the escape character is at the end #88

Closed andre-d closed 12 years ago

andre-d commented 12 years ago

Corrects an issue where (at the end or the only content): :-\ renders as :-

:-\

vmg commented 12 years ago

Looking good. Thanks for spotting this!