File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Example text.
8
8
9
9
.. contents :: Table of Contents
10
10
11
+ .. _label_for_header_2 :
12
+
11
13
Header 2
12
14
--------
13
15
@@ -17,6 +19,8 @@ Header 2
17
19
18
20
3. Somé UTF-8°
19
21
22
+ 4. `Link to the above header <label_for_header_2 _>`_
23
+
20
24
The UTF-8 quote character in this table used to cause python to go boom. Now docutils just silently ignores it.
21
25
22
26
.. csv-table :: Things that are Awesome (on a scale of 1-11)
Original file line number Diff line number Diff line change @@ -9,11 +9,13 @@ <h2>Subtitle</h2>
9
9
</ ul >
10
10
</ div >
11
11
< a name ="header-2 "> </ a >
12
+ < a name ="label-for-header-2 "> </ a >
12
13
< h2 > < a href ="#toc-entry-1 "> Header 2</ a > </ h2 >
13
14
< ol >
14
15
< li > Blah blah < code > code</ code > blah</ li >
15
16
< li > More < code > code</ code > , hooray</ li >
16
17
< li > Somé UTF-8°</ li >
18
+ < li > < a href ="#label-for-header-2 "> Link to the above header</ a > </ li >
17
19
</ ol >
18
20
< p > The UTF-8 quote character in this table used to cause python to go boom. Now docutils just silently ignores it.</ p >
19
21
< table >
You can’t perform that action at this time.
0 commit comments