On Sat, Nov 1, 2008 at 11:36 PM, Jerrad Pierce <[EMAIL PROTECTED]> wrote:
> > Has there been discussion before about C<=item #> generating an > auto-numbered > list, like <ol> in html? (C<=item *> is essentially <ul> afterall) It's > hard > to know, given (list archives) search engine's general inability to grok \W Hi, "=item 1" equates to an <ol> list item. This is covered (although without reference to <ol>) in the following section of perlpodspec: http://perldoc.perl.org/perlpodspec.html#About-%3dover...%3dback-Regions John. --
