Re: Lack of html anchor for =item * foo
[email protected] ("David E. Wheeler")
| Newsgroups | perl.pod-people |
|---|---|
| Message-ID | <[email protected]> |
On Apr 26, 2011, at 10:36 AM, Karl Williamson wrote:
> When I do a perldoc -ohtml, what module is getting called that does generate an ID for <dt>s ?
Pod::Simple::HTML, IIRC. Use
perldoc -MPod::Simple::XHTML
To get the shiny new HTML output.
Best,
David