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