Re: Looking for another pod tip
[email protected] (Shawn H Corey) Thu, 10 May 2018 00:15:59 -0400
| Newsgroups | perl.pod-people |
|---|---|
| Message-ID | <20180510001559.48f670e3@sage> |
On Wed, 9 May 2018 20:54:57 -0600 Karl Williamson <[email protected]> wrote: > I have an item text list. Not all the items have content besides the > text, and so the pod would collapse them together into adjacent > lines, whereas I want them separated. I did this by adding a NBSP, > but then I get an extra line that I'd rather not have. Try using the Z<> specification. =over =item one =item two The 2 above items are together =item three Z<> =item four This item is separate from item three =back -- Don't stop where the ink does. Shawn H Corey