20 lines
516 B
Markdown
20 lines
516 B
Markdown
Should allow links in inline footnotes
|
|
|
|
......
|
|
|
|
Example^[this is another example [a]]
|
|
|
|
[a]: https://github.com
|
|
|
|
......
|
|
|
|
<p data-sourcepos="1:1-1:37">Example<sup class="footnote-ref"><a href="#fn1" id="fnref1">[1]</a></sup></p>
|
|
<hr class="footnotes-sep">
|
|
<section class="footnotes">
|
|
<ol class="footnotes-list">
|
|
<li id="fn1" class="footnote-item">
|
|
<p>this is another example <a data-sourcepos="1:34-1:36" href="https://github.com">a</a> <a href="#fnref1" class="footnote-backref">↩︎</a></p>
|
|
</li>
|
|
</ol>
|
|
</section>
|