Annotation of mandoc/regress/mdoc/break/two.out_markdown, Revision 1.3
1.1 schwarze 1: BREAK-TWO(1) - General Commands Manual
2:
3: # NAME
4:
5: **break-two** - the same block breaking two other blocks
6:
7: # DESCRIPTION
8:
9: Standard case, explicit:
10: <ao
11: \[bo
12: {bro ac> brc}
13: bc]
14:
15: Standard case, implicit:
16: <aq \[bo {bro eol>}
17: bc]
18:
19: Reverse closing, explicit:
20: <ao
21: \[bo
22: {bro ac> bc] brc}
23:
24: Reverse closing, implicit:
25: <aq \[bo {bro eol>] brc}
26:
27: Two of the same kind, explicit:
28: <ao
29: \[bo
30: \[bo ac> bc]
31: bc]
32:
33: Two of the same kind, implicit:
34: <aq \[bo \[bo eol>]
35: bc]
36:
1.3 ! schwarze 37: OpenBSD - July 4, 2017 - BREAK-TWO(1)
CVSweb