File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ A footnote in a paragraph[^1]
175
175
176
176
[^1]: a footnote
177
177
.
178
- <p>A footnote in a paragraph<sup class="footnote-ref"><a href="#fn1 " id="fnref1 ">1</a></sup></p>
178
+ <p>A footnote in a paragraph<sup class="footnote-ref"><a href="#fn:1 " id="fnref:1 ">1</a></sup></p>
179
179
<table>
180
180
<thead>
181
181
<tr>
@@ -185,15 +185,15 @@ A footnote in a paragraph[^1]
185
185
</thead>
186
186
<tbody>
187
187
<tr>
188
- <td>foot <sup class="footnote-ref"><a href="#fn1 " id="fnref1 ">1</a></sup></td>
188
+ <td>foot <sup class="footnote-ref"><a href="#fn:1 " id="fnref:1:2 ">1</a></sup></td>
189
189
<td>note</td>
190
190
</tr>
191
191
</tbody>
192
192
</table>
193
193
<section class="footnotes">
194
194
<ol>
195
- <li id="fn1 ">
196
- <p>a footnote <a href="#fnref1 " class="footnote-backref">↩</a></p>
195
+ <li id="fn:1 ">
196
+ <p>a footnote <a href="#fnref:1 " class="footnote-backref">↩</a> <a href="#fnref:1:2" class="footnote-backref">↩<sup class="footnote-ref">2</sup> </a></p>
197
197
</li>
198
198
</ol>
199
199
</section>
You can’t perform that action at this time.
0 commit comments