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

File: [cvsweb.bsd.lv] / pod2mdoc / Regress / formatcodeln / item.pod (download)

Revision 1.1, Fri Jul 18 23:56:57 2014 UTC (9 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_0_2, VERSION_0_1, VERSION_0_0_13, HEAD

Almost a rewrite of formatcodeln().
It never handled spacing properly, and my recent overhaul of
formatting code spacing introduced additional regressions.

Besides, fix two more regressions, one regarding character escapes
in outbuf_addstr(), and do not print Ns during invalid escapes in
formatcode().  Finally, correct the name of the E<verbar> character.

=head1 NAME

item - formatting of item lists

=head1 DESCRIPTION

=over 8

=item tag

text

=item beforeB<bold>after

no space

=item beforeB<bold>I<italic>after

no space

=item before B<bold> I<italic> after

space outside escapes

=item beforeB< bold>I< italic>after

space at the beginning of escapes

=item beforeB<bold >I<italic >after

space at the end of escapes

=item beforeE<lt>middleE<gt>after

text

=back