Alir3z4 / Alir3z4/html2text

Space missing before links inside <b> tag

Đang mở
#403 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
2.2k
Fork
296
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.