Space missing before links inside <b> tag
Offen
- Vorherrschende Sprache
- Python
- Sterne
- 2.2k
- Forks
- 296
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Steps to reproduce:
```py
>>> import html2text
>>> html2text.html2text('This is a link right here')
'**This is[a link](https://example.com/) right here**\n\n'
```
Notice the space between the word "is" and the link is missing in the output, but is present in the input.
Tested and this issue is present on master. My python version is 3.8.10 on linux.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.