Extra space after "**" used for </strong>
Aperta
- Lingua principale
- Python
- Stelle
- 2.2k
- Fork
- 296
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
- 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
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.