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

Annotation of mandoc/regress/mdoc/Rs/break.out_markdown, Revision 1.4

1.1       schwarze    1: RS-BREAK(1) - General Commands Manual
                      2:
                      3: # NAME
                      4:
                      5: **Rs-break** - line break before reference start
                      6:
                      7: # DESCRIPTION
                      8:
                      9: reference on the same line:
                     10: author,
                     11: *journal*,
                     12: 42\.
                     13:
                     14: # SEE ALSO
                     15:
                     16: reference after a blank line:
                     17:
                     18: author,
                     19: *journal*,
                     20: 42\.
                     21:
                     22: # SEE *ALSO*
                     23:
1.3       schwarze   24: reference on the same line:
1.1       schwarze   25: author,
                     26: *journal*,
                     27: 42\.
                     28:
1.4     ! schwarze   29: OpenBSD - August 19, 2022 - RS-BREAK(1)

CVSweb