File: navbar-underscore

package info (click to toggle)
libpod-thread-perl 3.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 368 kB
  • sloc: perl: 1,060; makefile: 3
file content (40 lines) | stat: -rw-r--r-- 477 bytes parent folder | download
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