aaronsw / html2text

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

Fix for double-newlines in code blocks #8

Closed nene closed 13 years ago

nene commented 13 years ago

I'm not a Python programmer at all, but the string comparisons with not in operator didn't seem to work at all.

aaronsw commented 13 years ago

I don't think this should actually change anything, since strings are immutable, but you're right that it should be the other way so I've applied it.