Skip to content

Blockquotes encompassing multiple elements only apply markdown to first element #3

Description

@proliberate

When trying to convert e.g. the following HTML to markdown,

<blockquote>
    <p>Hello world!</p>
    <p>Goodbye, cruel world!</p>
</blockquote>

The blockquote markdown applies only to the first paragraph element:

>Hello world!

Goodbye, cruel world!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions