aaronsw / html2text

Convert HTML to Markdown-formatted text.
http://www.aaronsw.com/2002/html2text/
GNU General Public License v3.0
2.63k stars 414 forks source link

Fix #12, <br>s becoming <p>s #49

Closed eevee closed 12 years ago

eevee commented 12 years ago

Seems to work, and existing test cases cover it.

aaronsw commented 12 years ago

Looks good.