Alir3z4 / Alir3z4/html2text

Line breaks in bold renders incorrect markdown

Đang mở
#151 2 bình luận 5 reaction 0 người được giao Xem trên GitHub
bug
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ả

Bold generally should not be allowed to have line breaks in between them, or have whitespace on the inside, or they'll be treated as literal asterisks. So for example:

```
Our bold text

```

Results in:
```
**Our bold text\n **
```
Which will not render in bold with most markdown interpreters.

Instead we should move trailing line breaks outside of the asterisks:

```
**Our bold text**\n
```

and end and re-start bold for if it's not trailing, eg:

```
Our multiline
bold text

```
to
```
**Our multiline**\n **bold text**
```

- Version by 2016.9.19
- Python version 2.7.6

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.