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

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

1.1     ! schwarze    1: BL-EMPTYHEAD(1) - General Commands Manual
        !             2:
        !             3: # NAME
        !             4:
        !             5: **Bl-emptyhead** - lists with empty item heads
        !             6:
        !             7: # DESCRIPTION
        !             8:
        !             9: hang list:
        !            10:
        !            11: tag
        !            12:
        !            13: > text
        !            14:
        !            15: > no tag before this text
        !            16:
        !            17: tag
        !            18:
        !            19: > text
        !            20:
        !            21: ohang list:
        !            22:
        !            23: tag
        !            24: text
        !            25:
        !            26: no tag before this text
        !            27:
        !            28: tag
        !            29: text
        !            30:
        !            31: inset list:
        !            32:
        !            33: tag
        !            34: text
        !            35:
        !            36: no tag before this text
        !            37:
        !            38: tag
        !            39: text
        !            40:
        !            41: diag list:
        !            42:
        !            43: tag
        !            44: text
        !            45:
        !            46: no tag before this text
        !            47:
        !            48: tag
        !            49: text
        !            50:
        !            51: OpenBSD - July 3, 2014

CVSweb