Ticket #951 (accepted defect)
verbatim Pod not rendered correctly
| Reported by: | daxim | Owned by: | submersible_toaster |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | POD based help | Version: | 0.88 |
| Keywords: | Cc: |
Description
Reported by run4flat on IRC.
=pod
Here's a normal pod paragraph that is I<supposed> to italicize text in IE<lt>E<gt> tags.
Here's a verbatim paragraph. I<Italicized text should not be italicized>, but
should have the I< and > signs.
=cut
View with Help->Current Document.
Expected behaviour: Does not treat the formatting codes in the verbatim paragraph.
Actual behaviour: Padre interprets the Pod markup in the verbatim paragraph.
Change History
comment:2 Changed 21 months ago by submersible_toaster
- Owner set to submersible_toaster
- Status changed from new to accepted
- Version changed from 0.61 to 0.88
still apparent in .88 ,
bump version and accept for follow up anyway.
Consider;
a) ditch current POD2HTML and make something better.
b) convince maintainer if Pod::Simple::XHTML to fix?
Note: See
TracTickets for help on using
tickets.

Wow - this is an old bug . I suspect it might need to be reported elsewhere ..
The rendering is done w/ a Wx::HTMLWindow IIRC
The pod is turned to html by something that is not padre code methinks.