Skip to content

Decouple greentext extension from multi-line blockquotes and GFM alerts #786

@TsiaohanWang

Description

@TsiaohanWang

Example:

> First line.
> The second sentence in the first line.
> 
> Second line.

Expected output:

<blockquote>
<p>
First line.
The second sentence in the first line.
</p>
<p>Second line.</p>
</blockquote>

As for gfm alerts, just the same:

> [!Note]
> This is the first line.
> 
> Second line.

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