Alir3z4 / Alir3z4/html2text

Space missing before links inside <b> tag

Abierto
#403 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
2.2k
Forks
296
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.