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

Link attributes not working on numeric reference links #39

Open
nrcaldwell opened this issue Jan 23, 2017 · 0 comments
Open

Link attributes not working on numeric reference links #39

nrcaldwell opened this issue Jan 23, 2017 · 0 comments

Comments

@nrcaldwell
Copy link

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>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant