Re: Recent pod

[email protected] (Johan Vromans) Mon, 25 Feb 2013 22:38:47 +0100
Newsgroups perl.pod-people,perl.perl5.porters
Message-ID <[email protected]>
"David E. Wheeler" <[email protected]> writes:

> On Feb 25, 2013, at 9:20 AM, Russ Allbery <[email protected]> wrote:
>
>> Better (since it doesn't change the formatting):
>> 
>>    =item 0Z<>
>> 
>>    =item *Z<>
>
> I think S<> would work, too.

Just what we need... more obscure trickery.

Why not replace "=item *" by something friendly like "=bullet" ?

Also quite stupid:

  =over 4

  =item 1.

  First item.

  =item 1.

  Another item.

  =back

Computers are very good at numbering list items.

-- Johan