You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>>importhtml2text>>>html2text.html2text('<b>This is <a href="https://example.com/">a link</a> right here</b>')
'**This is[a link](https://example.com/) right here**\n\n'
Notice the space between the word "is" and the link is missing in the output, but is present in the input.
Tested and this issue is present on master. My python version is 3.8.10 on linux.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Notice the space between the word "is" and the link is missing in the output, but is present in the input.
Tested and this issue is present on master. My python version is 3.8.10 on linux.
The text was updated successfully, but these errors were encountered: