Skip to content
New issue

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

Extra space after "**" used for </strong> #413

Open
fpservant opened this issue Mar 21, 2024 · 0 comments
Open

Extra space after "**" used for </strong> #413

fpservant opened this issue Mar 21, 2024 · 0 comments

Comments

@fpservant
Copy link

  • Version 2024.2.26
  • Test script
h2t = html2text.HTML2Text()
text = '<strong>​A</strong>aaa'
x = h2t.handle(text)
print(x) # '**​A** aaa',  expected '**A**aaa'
  • Python 3.10.11

Best Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant