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

Annotation of mandoc/regress/mdoc/Bd/nested.out_markdown, Revision 1.3

1.1       schwarze    1: BD-NESTED(1) - General Commands Manual
                      2:
                      3: # NAME
                      4:
                      5: **Bd-nested** - nested displays and lists
                      6:
                      7: # DESCRIPTION
                      8:
                      9: regular
                     10: text
                     11:
                     12: > outer
                     13: > text (default indent)
                     14:
                     15: > > inner
                     16: > > text (default indent)
                     17:
                     18: > outer
                     19: > text
                     20:
                     21: regular
                     22: text
                     23:
                     24: > outer text (4n)
                     25:
                     26: > > inner text (2n)
                     27:
                     28: > outer text
                     29:
                     30: > tag
                     31:
                     32: > > text
                     33:
                     34: > outer text
                     35:
                     36: regular text
                     37:
                     38: tag
                     39:
                     40: > outer text
                     41:
                     42: > > inner text (2n)
                     43:
                     44: > outer text
                     45:
1.3     ! schwarze   46: OpenBSD - April 6, 2020

CVSweb