Subject: | Header conversion from HTML to MoinMoin not formatted correctly |
Date: | Thu, 16 Oct 2008 21:59:40 -0400 |
To: | bug-HTML-WikiConverter-MoinMoin [...] rt.cpan.org |
From: | Max Hetrick <maxhetrick [...] verizon.net> |
It converts into all the correct formatting except for how it's handling
headers. As it stands now it's doing this with converting HTML headers:
H1 -> == Title 2 ==
H2 -> === Title 3 ===
H3 -> ==== Title 4 ====
H4 -> ===== Title 5 =====
H5 -> ====== Title 6 ======
and so on.
I would assume it should work like this:
H1 -> = Title 1 =
H2 -> == Title 2 ==
H3 -> === Title 3 ===
H4 -> ==== Title 4 ====
H5 -> ===== Title 5 ======
and so on.
I verified that I'm running the most updated package from the CPAN
repository. I contacted the author, David Iberri, and he asked me to
submit a bug report here on his behalf.
I'm running the most current version loaded from the CPAN repo, and my
output is the following:
Module id = HTML::WikiConverter::MoinMoin
CPAN_USERID DIBERRI (David Iberri <diberri@cpan.org>)
CPAN_VERSION 0.53
CPAN_FILE D/DI/DIBERRI/HTML-WikiConverter-MoinMoin-0.53.tar.gz
MANPAGE HTML::WikiConverter::MoinMoin - Convert HTML to
MoinMoin markup
INST_FILE
/usr/lib/perl5/site_perl/5.8.8/HTML/WikiConverter/MoinMoin.pm
INST_VERSION 0.53
Thanks,
Max