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

Annotation of mandoc/regress/mdoc/blank/list.out_markdown, Revision 1.1

1.1     ! schwarze    1: BLANK-LIST(1) - General Commands Manual
        !             2:
        !             3: # NAME
        !             4:
        !             5: **blank-list** - handling of blank lines in lists
        !             6:
        !             7: # DESCRIPTION
        !             8:
        !             9: normal list:
        !            10:
        !            11: first item
        !            12:
        !            13: second item
        !            14:
        !            15: list with paragraphs:
        !            16:
        !            17: first item
        !            18:
        !            19: second item
        !            20:
        !            21: list with final paragraph:
        !            22:
        !            23: item
        !            24:
        !            25: list with double paragraph:
        !            26:
        !            27: item
        !            28:
        !            29: normal compact list:
        !            30:
        !            31: first item
        !            32: second item
        !            33:
        !            34: compact list with paragraphs:
        !            35:
        !            36: first item
        !            37:
        !            38: second item
        !            39:
        !            40: compact list with final paragraph:
        !            41:
        !            42: item
        !            43:
        !            44: compact list with double paragraph:
        !            45:
        !            46: item
        !            47:
        !            48: End.
        !            49:
        !            50: OpenBSD - July 17, 2012

CVSweb