Skip to content

Regression: a list is broken if an item starts with a fenced code block #485

@heavywatal

Description

@heavywatal

Input:

-   ```
    foo
    ```

-   bar

Expected output (the first item has <pre>):

<ul>
<li><pre><code>foo
</code></pre></li>

<li><p>bar</p></li>
</ul>

New output since f1f45ab (the first item lacks <pre>; the second item is not recognized as an item):

<ul>
<li><code>
foo
</code>

-   bar</li>
</ul>

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