Skip to content

List item with reference definition and laziness #574

@jgm

Description

@jgm
- [foo]: bar
baz

is currently parsed by the reference implementations as

<ul>
<li>baz</li>
</ul>

It should presumably be

<ul>
<li></li>
</ul>
<p>baz</p>

We should add an example like this to the spec.

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

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions