Skip Menu |

This queue is for tickets about the HTML-WikiConverter-Markdown CPAN distribution.

Report information
The Basics
Id: 43996
Status: resolved
Worked: 10 min
Priority: 0/
Queue: HTML-WikiConverter-Markdown

People
Owner: diberri [...] cpan.org
Requestors: ddascalescu+perl [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.03
Fixed in: (no value)



Subject: Angle brackets don't need HTML escaping in code sections
__H__ <code>print("a &lt; b") if $c > $d</code> __W__ `print("a < b") if $c > $d` Currently, the module escapes both < and > in `` sections. Would be nice to have less cruft.
On Tue Mar 10 05:44:13 2009, dandv wrote: Show quoted text
> __H__ > <code>print("a &lt; b") if $c > $d</code> > __W__ > `print("a < b") if $c > $d` > > Currently, the module escapes both < and > in `` sections. Would be nice > to have less cruft.
Thanks for the report. I've added a fix for this bug in H::WC::Markdown 0.04, which I plan to release tonight. -- David Iberri