Skip Menu |

This queue is for tickets about the AnnoCPAN CPAN distribution.

Report information
The Basics
Id: 13833
Status: new
Priority: 0/
Queue: AnnoCPAN

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Better support for pod list items
Currently all POD lists are formatted as <ul>. That makes numbered lists look ugly, with a bullet first, followed by a number; it would be better to format them as <ol>. Also, things like "=item function_name" might be better formatted as <dl>/<dd>/<dt>.