Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Lines between a link reference and the next blank line are lost #20

@avh4

Description

@avh4

In the following markdown, non-reference lines following a reference cause cheapskate to completely ignore the block

Text [a].

[a]: #a
other text

is incorrectly parsed by cheapskate-0.1.0.5 as

<p>Text [a].</p>

For comparison, commonmark parses the input as:

<p>Text <a href="#a">a</a>.</p>
<p>other text</p>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions