html2text
html2text copied to clipboard
Extra space after "**" used for </strong>
- 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