[BACK]Return to tail.out_markdown CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / break

Annotation of mandoc/regress/mdoc/break/tail.out_markdown, Revision 1.3

1.1       schwarze    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:
1.3     ! schwarze   43: OpenBSD - July 4, 2017 - BREAK-TAIL(1)

CVSweb