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

Added a ignore_emphasis option #32

Closed ianlewis closed 12 years ago

ianlewis commented 12 years ago

There are times when I would like plain text rather than markdown styled emphasis. This is especially true when dealing with HTML that has <b> or <em> tags with newlines (<br>) in them.

aaronsw commented 12 years ago

This is a patch against a much older version and it doesn't apply cleanly; can you do it against the latest version of the code?

ianlewis commented 12 years ago

Ok, I merged from your master. Hope that helps.