Alir3z4 / Alir3z4/html2text

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

Open
#413 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2.2k
Forks
296
PR merge metrics
No merged PRs in 30d

Description


- Version 2024.2.26
- Test script

```
h2t = html2text.HTML2Text()
text = '​Aaaa'
x = h2t.handle(text)
print(x) # '**​A** aaa', expected '**A**aaa'
```
- Python 3.10.11

Best Regards

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.