html2text
html2text copied to clipboard
ignore_emphasis header
Hi, is there a reason not to use "ignore_emphasis" for header tags (h1, h2, h3, ...), too? Or is this just not implemented, yet?
h = html2text.HTML2Text() h.ignore_emphasis=True h.handle("
title
") u'# title\n\n'
Arndt
That's not really emphasis...
Hi, How to ignore "#" when handling the html with h1,h2,h3....... Is there configuration?