]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/break/twice.out_markdown
minor markup simplifications
[mandoc.git] / regress / mdoc / break / twice.out_markdown
1 BREAK-TWICE(1) - General Commands Manual
2
3 # NAME
4
5 **break-twice** - breaking the same block twice
6
7 # DESCRIPTION
8
9 Standard case, fully explicit:
10 \[bo
11 {bro
12 <ao brc} bc] ac>
13
14 Standard case, implicit broken block:
15 \[bo
16 {bro
17 <aq brc} bc] eol>
18
19 Two of the same kind, fully explicit:
20 \[bo
21 \[bo
22 <ao bc] bc] ac>
23
24 Two of the same kind, implicit broken block:
25 \[bo
26 \[bo
27 <aq bc] bc] eol>
28
29 Two implicit breakers:
30 <aq \[bq (po]>
31 pc)
32
33 - it
34
35 OpenBSD - February 16, 2017