Re: `=item 1. Text` Doesn't Produce Ordered List Item

[email protected] (Ricardo Signes)
Newsgroups perl.pod-people
Message-ID <[email protected]>
* "David E. Wheeler" <[email protected]> [2010-07-20T00:55:33]
> This Pod:
> 
>     =over
> 
>     =item 1 Item 1
> 
>     =item 2 Item 2
> 

The correct way to write this according to the Pod spec is:

  =item 1

  Item 1

  =item 2

  Item 2

Does that help?

-- 
rjbs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.