Skip to content

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

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions