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
As for aaronsw/html2text#55, html2text currently strips the tags in a table.
html2text
This is a milder problem here since we only use the script when the note has been changed from other apps but it should be fixed.
Proposal: add a self.verbatim flag that can be used to preserve some html at will.
self.verbatim
The text was updated successfully, but these errors were encountered:
Solved in 8bfa7f5
Sorry, something went wrong.
self.verbatim?
No branches or pull requests
As for aaronsw/html2text#55,
html2text
currently strips the tags in a table.This is a milder problem here since we only use the script when the note has been changed from other apps but it should be fixed.
Proposal: add a
self.verbatim
flag that can be used to preserve some html at will.The text was updated successfully, but these errors were encountered: