blob: db2f98402bf14b11fbbeb3df6e535d4fbb8d47ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
=head1 NAME
htmllink - Test HTML links
=head1 LINKS
L</"section1">
L</"section 2">
L</"section three">
L</"item1">
L</"item 2">
L</"item three">
L</section1>
L</section 2>
L</section three>
L</item1>
L</item 2>
L</item three>
L<"section1">
L<"section 2">
L<"section three">
L<"item1">
L<"item 2">
L<"item three">
L<text|/"section1">
L<text|/"section 2">
L<text|/"section three">
L<text|/"item1">
L<text|/"item 2">
L<text|/"item three">
L<text|/section1>
L<text|/section 2>
L<text|/section three>
L<text|/item1>
L<text|/item 2>
L<text|/item three>
L<text|"section1">
L<text|"section 2">
L<text|"section three">
L<text|"item1">
L<text|"item 2">
L<text|"item three">
=head1 TARGETS
=head2 section1
This is section one.
=head2 section 2
This is section two.
=head2 section three
This is section three.
=over 4
=item item1 X<item> X<one>
This is item one.
=item item 2
X<item> X<two>
This is item two.
=item item three X<item>
X<three>
This is item three.
=back
|