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
The script:
print( html2text.html2text( """ <table> <tbody> <tr><td>item a</td><td>item b</td></tr> <tr><td>item c</td><td>item d</td></tr> </tbody> </table> """ ) )
Results to:
item a| item b ---|--- item c| item d
html2text --version
python --version
The text was updated successfully, but these errors were encountered:
Fix Alir3z4#387
303a81e
Header row is removed by default The header string is created only when the `th` tag has been found
Maybe this will fix the problem master...LEv145:html2text:master
Sorry, something went wrong.
No branches or pull requests
The script:
Results to:
html2text --version
: 2020.1.16python --version
: Python 3.10.2The text was updated successfully, but these errors were encountered: