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
Copy file name to clipboardExpand all lines: test/regression.txt
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -313,3 +313,28 @@ This is some text. It has two footnotes references, side-by-side without any spa
313
313
</ol>
314
314
</section>
315
315
````````````````````````````````
316
+
317
+
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