Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Link attributes not working on numeric reference links #39

@nrcaldwell

Description

@nrcaldwell

Numeric link references work, but if you add a link attribute it is not included in the output. Implicitly named link references have this same bug.

Example input :

This is a footnote style [reference link][1] with an attribute. 

[1]: http://domain.com "reference" target=_blank

Expected output:
<p>This is a footnote style <a href="http://domain.com" title="reference" target="_blank">reference link</a> with an attribute.</p>

Actual output:
<p>This is a footnote style <a href="http://domain.com" title="reference">reference link</a> with an attribute.</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