Skip to content

Single-space blank line evicts a list-item continuation #618

@numist

Description

@numist

- [r]:x\n\n\n l and - [r]:x\n\n \n l both produce

<ul>
<li>l</li>
</ul>

But the single-space blank line in - [r]:x\n\n \n l appears to break the list-item continuation, producing:

<ul>
<li></li>
</ul>
<p>l</p>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions