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