radze90

Results 1 issues of radze90

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...