You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```````````````````````````````` example footnotes
276
+
This is some text. It has a citation.[^citation]
277
+
278
+
[^another-citation]: My second citation.
279
+
280
+
[^citation]: This is a long winded parapgraph that also has another citation.[^another-citation]
281
+
.
282
+
<p>This is some text. It has a citation.<sup class="footnote-ref"><a href="#fn1" id="fnref1">1</a></sup></p>
283
+
<section class="footnotes">
284
+
<ol>
285
+
<li id="fn1">
286
+
<p>This is a long winded parapgraph that also has another citation.<sup class="footnote-ref"><a href="#fn2" id="fnref2">2</a></sup> <a href="#fnref1" class="footnote-backref">↩</a></p>
287
+
</li>
288
+
<li id="fn2">
289
+
<p>My second citation. <a href="#fnref2" class="footnote-backref">↩</a></p>
290
+
</li>
291
+
</ol>
292
+
</section>
293
+
````````````````````````````````
294
+
295
+
Footnotes are similar to, but should not be confused with, link references
296
+
297
+
```````````````````````````````` example footnotes
298
+
This is some text. It has two footnotes references, side-by-side without any spaces,[^footnote1][^footnote2] which are definitely not link references.
299
+
300
+
[^footnote1]: Hello.
301
+
302
+
[^footnote2]: Goodbye.
303
+
.
304
+
<p>This is some text. It has two footnotes references, side-by-side without any spaces,<sup class="footnote-ref"><a href="#fn1" id="fnref1">1</a></sup><sup class="footnote-ref"><a href="#fn2" id="fnref2">2</a></sup> which are definitely not link references.</p>
Footnotes may begin with or have a 'w' or a '_' in their reference label.
318
+
319
+
```````````````````````````````` example footnotes autolink
320
+
This is some text. Sometimes the autolinker splits up text into multiple nodes, hoping it will find a hyperlink, so this text has a footnote whose reference label begins with a `w`.[^widely-cited]
321
+
322
+
It has another footnote that contains many different characters (the autolinker was also breaking on `_`).[^sphinx-of-black-quartz_judge-my-vow-0123456789]
323
+
324
+
[^sphinx-of-black-quartz_judge-my-vow-0123456789]: so does this.
325
+
326
+
[^widely-cited]: this renders properly.
327
+
.
328
+
<p>This is some text. Sometimes the autolinker splits up text into multiple nodes, hoping it will find a hyperlink, so this text has a footnote whose reference label begins with a <code>w</code>.<sup class="footnote-ref"><a href="#fn1" id="fnref1">1</a></sup></p>
329
+
<p>It has another footnote that contains many different characters (the autolinker was also breaking on <code>_</code>).<sup class="footnote-ref"><a href="#fn2" id="fnref2">2</a></sup></p>
0 commit comments