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

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

1.1     ! schwarze    1: BL-MULTITAG(1) - General Commands Manual
        !             2:
        !             3: # NAME
        !             4:
        !             5: **Bl-multitag** - lists with multiple successive tags
        !             6:
        !             7: # DESCRIPTION
        !             8:
        !             9: inset:
        !            10:
        !            11: first
        !            12:
        !            13: second
        !            14:
        !            15: third
        !            16: some text
        !            17:
        !            18: fourth
        !            19:
        !            20: fifth
        !            21: more text
        !            22:
        !            23: tag:
        !            24:
        !            25: first
        !            26:
        !            27: second
        !            28:
        !            29: third
        !            30:
        !            31: > some text
        !            32:
        !            33: fourth
        !            34:
        !            35: fifth
        !            36:
        !            37: > more text
        !            38:
        !            39: inset compact:
        !            40:
        !            41: first
        !            42: second
        !            43: third
        !            44: some text
        !            45: fourth
        !            46: fifth
        !            47: more text
        !            48:
        !            49: tag compact:
        !            50:
        !            51: first
        !            52:
        !            53: second
        !            54:
        !            55: third
        !            56:
        !            57: > some text
        !            58:
        !            59: fourth
        !            60:
        !            61: fifth
        !            62:
        !            63: > more text
        !            64:
        !            65: OpenBSD - April 13, 2010

CVSweb