File: 06

package info (click to toggle)
tcllib 1.20%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 68,064 kB
  • sloc: tcl: 216,842; ansic: 14,250; sh: 2,846; xml: 1,766; yacc: 1,145; pascal: 881; makefile: 107; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (28 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (4)
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
[comment { -- Lists 2 }]
[manpage_begin TEST z 3.14.15.926]
[description]
[comment {
    nested lists, same and different types, examples have examples at
    least three levels deep, for a proper inner level, i.e. not only
    first/last level, but something truly in the middle. Also three
    list items of the relevant on each level, see the proper handling
    of indentations. For that we also need paragraphs in the items.

    start: itemized/enumerated/definition
}]
[list_begin itemized]
[item] 1 [para] 2 [para] 3
[item]
[list_begin enumerated]
[enum] a [para] b [para] c
[enum]
[list_begin definitions]
[def foo] snafu
[def bar] barf
[def roo] gork
[list_end]
[enum] a [para] b [para] c
[list_end]
[item] 4 [para] 5 [para] 6
[list_end]
[manpage_end]