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 great if the fix from #177 for #142, which strips leading and trailing whitespace for emphasis/strong/underline/strikethrough, could also be applied to links and inline code where leading and trailing space is stripped for white-space: normal.
white-space: normal
html2text.html2text('<a href="https://example.com">\nExample\n</a>') '[ Example ](https://example.com)\n\n' >>> html2text.html2text('<code>\nx = 1\n</code>') '` x = 1 `\n\n'
html2text --version
python --version
Related: #371
Thanks, Kevin
The text was updated successfully, but these errors were encountered:
Potential duplicate (at least for inline links, if not code): #329
Sorry, something went wrong.
No branches or pull requests
It would be great if the fix from #177 for #142, which strips leading and trailing whitespace for emphasis/strong/underline/strikethrough, could also be applied to links and inline code where leading and trailing space is stripped for
white-space: normal
.html2text --version
: 2020.1.16 (a3ed67b)python --version
: 3.9.10Related: #371
Thanks,
Kevin
The text was updated successfully, but these errors were encountered: