Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colons in footnotes generate links w/o href #250

Open
wooorm opened this issue Dec 7, 2021 · 0 comments
Open

Colons in footnotes generate links w/o href #250

wooorm opened this issue Dec 7, 2021 · 0 comments

Comments

@wooorm
Copy link

wooorm commented Dec 7, 2021

[^:]

[^:]: a

Yields:

<p dir="auto">
  <sup>
    <a id="user-content-fnref-:" data-footnote-ref="" aria-describedby="footnote-label">1</a>
  </sup>
</p>
<section data-footnotes="" class="footnotes"><h2 id="footnote-label" class="sr-only">Footnotes</h2>
<ol dir="auto">
<li id="user-content-fn-:">
<p dir="auto">a ↩</p>
</li>
</ol>
</section></div>

Yields:

1


Expected:

<a href="#user-content-fn-:" and a normal backlink in the list.


Related to #241

Tasks

No tasks being tracked yet.

Tasks

No tasks being tracked yet.

Footnotes

  1. a ↩

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

No branches or pull requests

1 participant