Skip to content

Definition + setext underline/thematic break, creates loose empty paragraph #262

@wooorm

Description

@wooorm

I think this is a bug in commonmark.js:

[a]: b
---

[a]: b
===

On the dingus, it yields:

<p></p>
<hr />
<p>===</p>

Rendered here (cmark-gfm + more GH stuff, likely same as just cmark):

<p>---</p>
<p>===</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