Paragraphs in Blockquotes Split Text
Abierto
in progress
- Lenguaje dominante
- Python
- Estrellas
- 2.2k
- Forks
- 296
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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...
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.