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

remove display:none tag #112

Open HarveyJiang opened 6 years ago

HarveyJiang commented 6 years ago

Hi, some tag is display:none or class='hidden_class' need remove , But there is no property setting. now need use BeautifulSoup remove hidden tag. next markdown. If there's a switch, maybe better

nil0x42 commented 3 years ago

having a switch for that would be wonderful