We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice, if you could add an option to strip text inside html tags. Sometimes poorly formatted webpages provide such text.
pyhtml2text --version
>>> import html2text >>> html2text.html2text('<b>text </b>') '**text **\n\n'
Much better would be '**text**\n\n'
'**text**\n\n'
python --version
The text was updated successfully, but these errors were encountered:
This seems reasonable. I'll get to it in a while if that's ok. In case you want to you could submit a PR for this.
Sorry, something went wrong.
Fixed by #177
32fcace
No branches or pull requests
It would be nice, if you could add an option to strip text inside html tags. Sometimes poorly formatted webpages provide such text.
pyhtml2text --version
: pyhtml2text 2016.5.29Much better would be
'**text**\n\n'
python --version
: Python 3.4.3The text was updated successfully, but these errors were encountered: