Fix: manual section in .TH in quotes.
[docutils.git] / sandbox / manpage-writer / expected-mandoc / compact_lists.man
blobb68a37857ec4a368ecea3bc99a523ec906ce8499
1 .\" Man page generated from reStructuredText.
4 .nr rst2man-indent-level 0
6 .de1 rstReportMargin
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
15 .de1 INDENT
16 .\" .rstReportMargin pre:
17 . RS \\$1
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
20 .\" .rstReportMargin post:
22 .de UNINDENT
23 . RE
24 .\" indent \\n[an-margin]
25 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
26 .nr rst2man-indent-level -1
27 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28 .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
30 .TH "COMPACT-LISTS" "" "" ""
31 .SH NAME
32 compact-lists \- test compact lists
33 .INDENT 0.0
34 .IP \(bu 2
35 This is an ordinary simple bullet list.
36 .IP \(bu 2
37 It should be made compact (<p> & </p> tags omitted).
38 .UNINDENT
40 .sp
41 .ce
42 ----
44 .ce 0
45 .sp
46 .INDENT 0.0
47 .IP \(bu 2
48 This is a bullet list that is not simple.
49 .sp
50 There are multiple paragraphs in some items.
51 .IP \(bu 2
52 It should not be made compact.
53 .IP \(bu 2
54 Even though some items may have only one paragraph.
55 .UNINDENT
57 .sp
58 .ce
59 ----
61 .ce 0
62 .sp
63 .INDENT 0.0
64 .IP \(bu 2
65 This is a simple bullet list, but class=\(dqopen\(dq is set.
66 .IP \(bu 2
67 It should not be made compact.
68 .UNINDENT
70 .sp
71 .ce
72 ----
74 .ce 0
75 .sp
76 .INDENT 0.0
77 .IP \(bu 2
78 This is a bullet list that is not simple.
79 .sp
80 There are multiple paragraphs in some items.
81 .IP \(bu 2
82 However, the class=\(dqcompact\(dq setting will cause
83 all first paragraph\(aqs <p> & </p> tags to be omitted.
84 .IP \(bu 2
85 Items with multiple paragraphs will not appear changed.
86 .IP \(bu 2
87 Items may have one paragraph, or multiple.
88 .sp
89 Items with multiple paragraphs will still be followed
90 by vertical whitespace because of the later paragraphs.
91 .IP \(bu 2
92 The effect is interesting.
93 .UNINDENT
94 .\" Generated by docutils manpage writer.