Semicolon in Text with &#.
Aperta
- Lingua principale
- Python
- Stelle
- 2.2k
- Fork
- 296
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
html2text version 2020.1.16
Python version 3.9.5
```python3
import html2text
test = html2text.HTML2Text()
text = test.handle("
Sample text K&N. Sample text.
")print(text)
```
**output:**
Sample text K&N.**;** Sample text.
Hi,
I noticed that the module inserts a simcolon in the text when converting a certain string, which I don't want. It doesn't matter which character comes after the &. Is this intentional and is it possible to work around this or is this a bug?
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.