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

Annotation of pod2mdoc/Regress/formatcode/code.pod, Revision 1.1

1.1     ! schwarze    1: =head1 NAME
        !             2:
        !             3: code - code escape sequences
        !             4:
        !             5: =head1 DESCRIPTION
        !             6:
        !             7: beforeC<code>after
        !             8:
        !             9: before C<code> after
        !            10:
        !            11: first secondC<code>
        !            12:
        !            13: B<bold>C<code>normal
        !            14:
        !            15: B<bold> C<code> normal
        !            16:
        !            17: B<bold >C<code>

CVSweb