]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/break/tail.out_markdown
minor markup simplifications
[mandoc.git] / regress / mdoc / break / tail.out_markdown
1 BREAK-TAIL(1) - General Commands Manual
2
3 # NAME
4
5 **break-tail** - tail arguments on or after broken blocks
6
7 # DESCRIPTION
8
9 Broken by a partial explicit block:
10 <ao
11 \[bo ac> bc]
12 tail
13 <ao
14 \[bo ac> bc] \(po pc)
15 tail
16
17 Broken by a partial implicit block:
18 <aq \[bo eol>]
19 tail
20 <aq \[bo eol>] \(po pc)
21 tail
22
23 Broken by a full implicit block:
24
25 it <ao ac>
26 tail
27
28 > list body
29
30 it <ao ac> (po pc)
31 tail
32
33 > list body
34
35 After a broken block: closing child on closing macro,
36 then opening child on closing macro:
37 <ao
38 \[bo
39 {bro
40 (po brc} pc)
41 bc] ac> \[op]
42
43 OpenBSD - February 11, 2017