Tue Mar 10 05:55:18 2009ddascalescu+perl [...] gmail.com - Ticket created
Subject:
Backticks are incorrectly escaped in code sections
<code>print `ls`;</code>
should become
``print `ls`;``
(currently, the backticks are backslash-escaped, which doesn't render
the desired result)
Fri Mar 13 19:24:46 2009diberri [...] cpan.org - Correspondence added15 min
On Tue Mar 10 05:55:18 2009, dandv wrote:
Show quoted text
> <code>print `ls`;</code>
>
> should become
>
> ``print `ls`;``
>
> (currently, the backticks are backslash-escaped, which doesn't render
> the desired result)
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
Fri Mar 13 19:24:47 2009The RT System itself - Status changed from 'new' to 'open'
Fri Mar 13 19:24:47 2009diberri [...] cpan.org - Status changed from 'open' to 'resolved'
Fri Mar 13 19:24:48 2009diberri [...] cpan.org - Given to DIBERRI