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
|
[name]
Navbar with all-caps symbols in headings
[options]
navbar 1
[input]
=head1 NAME
foo - Some description of foo
=head1 DESCRIPTION
Some description.
=head1 DB_CONFIG
Another section with an underscore.
[output]
\heading[foo][]
\h1[foo]
\class(subhead)[(Some description of foo)]
\class(navbar)[
\link[#S1][Description]
| \link[#S2][DB_CONFIG]
]
\h2(#S1)[DESCRIPTION]
Some description.
\h2(#S2)[DB_CONFIG]
Another section with an underscore.
\signature
|