Skip to content

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

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>

---

===

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