File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ test-suite quickbook.test :
54
54
[ quickbook-test escape-1_1 ]
55
55
[ quickbook-test escape-1_6 ]
56
56
[ quickbook-error-test escape-mismatched-1_5-fail ]
57
+ [ quickbook-test footnotes-1_7 ]
57
58
[ quickbook-test heading-1_1 ]
58
59
[ quickbook-test heading-1_3 ]
59
60
[ quickbook-test heading-1_5 ]
Original file line number Diff line number Diff line change 23
23
<section id =" footnotes.second" >
24
24
<title ><link linkend =" footnotes.second" >Second Section</link ></title >
25
25
<para >
26
- Boostbook<footnote id =" f1" ><para >Boostbook footnote</para ></footnote > footnotes <footnote ><para >Footnote without id</para ></footnote >.
26
+ Some<footnote id =" f1" ><para >Boostbook footnote</para ></footnote >
27
+ boostbook<footnote ><para >Footnote without id</para ></footnote >
28
+ footnotes<footnote ><para >Another footnote without an id</para ></footnote >.
27
29
</para >
28
30
</section >
29
31
</article >
Original file line number Diff line number Diff line change 36
36
</ h3 >
37
37
< div id ="footnotes.second ">
38
38
< p >
39
- Boostbook< a id ="f1 " href ="#footnote-4 "> < sup class ="footnote "> [4]</ sup > </ a >
40
- footnotes < a id ="footnote-6 " href ="#footnote-5 "> < sup class ="footnote "> [5]</ sup > </ a > .
39
+ Some< a id ="f1 " href ="#footnote-4 "> < sup class ="footnote "> [4]</ sup > </ a > boostbook< a
40
+ id ="footnote-6 " href ="#footnote-5 "> < sup class ="footnote "> [5]</ sup > </ a >
41
+ footnotes< a id ="footnote-8 " href ="#footnote-7 "> < sup class ="footnote "> [6]</ sup > </ a > .
41
42
</ p >
42
43
</ div >
43
44
</ div >
69
70
< a href ="#footnote-6 "> < sup > [5]</ sup > </ a > Footnote without id
70
71
</ p >
71
72
</ div >
73
+ < div id ="footnote-7 " class ="footnote ">
74
+ < p >
75
+ < a href ="#footnote-8 "> < sup > [6]</ sup > </ a > Another footnote without an id
76
+ </ p >
77
+ </ div >
72
78
</ div >
73
79
</ body >
74
80
</ html >
You can’t perform that action at this time.
0 commit comments