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

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

1.1     ! schwarze    1: BL-BREAKINGIT(1) - General Commands Manual
        !             2:
        !             3: # NAME
        !             4:
        !             5: **Bl-breakingIt** - items breaking other blocks
        !             6:
        !             7: # DESCRIPTION
        !             8:
        !             9: ## Breaking partial explicit macros
        !            10:
        !            11: Stray text.
        !            12: <More stray text.>
        !            13:
        !            14: tag
        !            15:
        !            16: > Tagged text.
        !            17:
        !            18: Stray text.
        !            19: <More stray text.>
        !            20:
        !            21: *      Bullet point.
        !            22:
        !            23: tag
        !            24:
        !            25: > Tagged text.
        !            26: > <More tagged text.>
        !            27:
        !            28: tag2
        !            29:
        !            30: > Yet more tagged text.
        !            31:
        !            32: *      Item text.
        !            33:        <More item text.>
        !            34:
        !            35: *      Bullet point.
        !            36:
        !            37: ## Breaking full explicit macros
        !            38:
        !            39: Stray text.
        !            40:
        !            41: > More stray text.
        !            42:
        !            43: tag
        !            44:
        !            45: > Tagged text.
        !            46:
        !            47: Stray text.
        !            48:
        !            49: > More stray text.
        !            50:
        !            51: *      Bullet point.
        !            52:
        !            53: tag
        !            54:
        !            55: > Tagged text.
        !            56:
        !            57: > > Display text.
        !            58:
        !            59: tag2
        !            60:
        !            61: > More tagged text.
        !            62:
        !            63: *      Item text.
        !            64:
        !            65:        > Display text.
        !            66:
        !            67: *      Bullet point.
        !            68:
        !            69: OpenBSD - February 3, 2015

CVSweb