evilstreak / markdown-js

A Markdown parser for javascript
7.7k stars 863 forks source link

Fix of src attribute population #185

Closed walnutist closed 10 years ago

walnutist commented 10 years ago

Only fetch the value of href attribute if the src attribute of img tag is undefined. Otherwise, any customized dialect returning img tag would fail if the processing is done thru toHTML(toHTMLTree(text, dialect)).

walnutist commented 10 years ago

Please remove this pull request due to a stupid commit messed up everything