html2text icon indicating copy to clipboard operation
html2text copied to clipboard

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

Open fpservant opened this issue 1 year ago • 0 comments

  • 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

fpservant avatar Mar 21 '24 10:03 fpservant