[BACK]Return to item.pod CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / pod2mdoc / Regress / formatcodeln

Annotation of pod2mdoc/Regress/formatcodeln/item.pod, Revision 1.1

1.1     ! schwarze    1: =head1 NAME
        !             2:
        !             3: item - formatting of item lists
        !             4:
        !             5: =head1 DESCRIPTION
        !             6:
        !             7: =over 8
        !             8:
        !             9: =item tag
        !            10:
        !            11: text
        !            12:
        !            13: =item beforeB<bold>after
        !            14:
        !            15: no space
        !            16:
        !            17: =item beforeB<bold>I<italic>after
        !            18:
        !            19: no space
        !            20:
        !            21: =item before B<bold> I<italic> after
        !            22:
        !            23: space outside escapes
        !            24:
        !            25: =item beforeB< bold>I< italic>after
        !            26:
        !            27: space at the beginning of escapes
        !            28:
        !            29: =item beforeB<bold >I<italic >after
        !            30:
        !            31: space at the end of escapes
        !            32:
        !            33: =item beforeE<lt>middleE<gt>after
        !            34:
        !            35: text
        !            36:
        !            37: =back

CVSweb