evilstreak / markdown-js

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

Correctly render void tags. Fixes #28, fixes #35 #40

Closed kizu closed 12 years ago

kizu commented 12 years ago

Also, fixes the similar problem with <hr/> (it's now incorrectly inserted as <hr></hr>).