Skip to content

Combination of blockquote and list inconsistency #421

@dikmax

Description

@dikmax

Two examples, they differ only in space after >.

  1. (dingus)
>1. > asdf
>   > sdfg
  1. (dingus)
> 1. > asdf
>    > sdfg

But first renders as:

<blockquote>
<ol>
<li>
<blockquote>
<p>asdf</p>
</blockquote>
</li>
</ol>
<blockquote>
<p>sdfg</p>
</blockquote>
</blockquote>

and second

<blockquote>
<ol>
<li>
<blockquote>
<p>asdf
sdfg</p>
</blockquote>
</li>
</ol>
</blockquote>

I'm not sure, which output is better, but I think it should be same in both cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions