toddself / dr-sax

An HTML to markdown converter that uses a sax based parser (htmlparser2)
http://toddself.github.io/presentations/dr-sax/demo
MIT License
16 stars 1 forks source link

Changing italic markdown char to _ to not conflict when nested with bold... #7

Closed toddself closed 10 years ago

toddself commented 10 years ago

... tags; Adding ability to recurse through tag stack and properly close unclosed tags that require closing. Fixes #4