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

Needs to indent properly #1

Closed toddself closed 10 years ago

toddself commented 10 years ago

If you're inside of a "block capable" tag (<ol>, <ul>, <blockquote>, etc) it needs to be able to indent contained elements prior to the end of that block capable tag.