Alir3z4 / Alir3z4/html2text

Paragraphs in Blockquotes Split Text

Open
#139 4 comments 0 reactions 0 assignees View on GitHub
in progress
Dominant language
Python
Stars
2.2k
Forks
296
PR merge metrics
No merged PRs in 30d

Description

Copying this issue from aaronsw/html2text#17, since it's still a problem.

> If you have this construction
>
> ```
>


>

Paragraph 1


>

Paragraph 2


>

> ```
>
> html2text generates this output
>
> ```
> > Paragraph 1
>
> >
>
> > Paragraph 2
> ```
>
> This should not be, since the empty line between the paragraphs breaks the blockquote...

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.