in reply to Creating not so plain documentation

What's with those p tags? Do I have to go tinker with POD::HTML?

You can adjust the visual representation using CSS, if that's the problem.

/* No margin for P inside of LI */ li p { margin: 0; }