sirthias / pegdown

A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions
http://pegdown.org
Apache License 2.0
1.29k stars 217 forks source link

Invalid HTML when serializing images #130

Closed mizdebsk closed 10 years ago

mizdebsk commented 10 years ago

1.4.2 introduced a bug - there is an extra quote in HTML for images: <img src="/url/" alt="image link""/>

sirthias commented 10 years ago

Thanks! (Partial) duplicate of https://github.com/sirthias/pegdown/pull/133