Skip Menu |

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

Report information
The Basics
Id: 43997
Status: resolved
Worked: 2 hours (120 min)
Priority: 0/
Queue: HTML-WikiConverter-Markdown

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

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



Subject: Multiline code sections should be converted to indented text
<code><pre> $foo = 1; print $foo; </pre></code> should become (with four spaces in front of every line in case RT eats the spaces): $foo = 1; print $foo;
On Tue Mar 10 05:50:26 2009, dandv wrote: Show quoted text
> <code><pre> > $foo = 1; > print $foo; > </pre></code> > > should become (with four spaces in front of every line in case RT eats > the spaces): > > $foo = 1; > print $foo; >
Thanks for the report. This is fixed in H::WC::Markdown 0.05. Note that version 0.05 now requires HTML::WikiConverter version 0.67, which I've just released tonight. -- David Iberri