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

Annotation of mandoc/regress/mdoc/Bl/emptyitem.out_markdown, Revision 1.1

1.1     ! schwarze    1: BL-EMPTYITEM(1) - General Commands Manual
        !             2:
        !             3: # NAME
        !             4:
        !             5: **Bl-emptyitem** - lists with fixed heads and empty items
        !             6:
        !             7: # DESCRIPTION
        !             8:
        !             9: bullet list:
        !            10:
        !            11: *      one
        !            12:
        !            13: *
        !            14:
        !            15: *      three
        !            16:
        !            17: dash list:
        !            18:
        !            19: -      one
        !            20:
        !            21: -
        !            22:
        !            23: -      three
        !            24:
        !            25: enum list:
        !            26:
        !            27: 1.     one
        !            28:
        !            29: 2.
        !            30:
        !            31: 3.     three
        !            32:
        !            33: hyphen list:
        !            34:
        !            35: -      one
        !            36:
        !            37: -
        !            38:
        !            39: -      three
        !            40:
        !            41: OpenBSD - August 10, 2016

CVSweb