Subject: | Problems converting Internal Anchors |
Date: | Wed, 6 Jun 2007 08:14:18 -0500 |
To: | <bug-HTML-WikiConverter-MediaWiki [...] rt.cpan.org> |
From: | "Tim Doyle" <tim [...] greenscourt.com> |
First, I'd like to thank everyone involved for such a great tool! This is
really going to help me with a lot of projects.
I frequently use internal anchors, and these appear to not convert properly.
In HTML: <A NAME="id87">
In Wiki: <span id="id87"></span>
This conversion is not currently working properly. If there's something that
I have malformatted in my HTML code that is causing this, please let me
know.
The links above can then be referenced with the following (which also do not
appear to be converting properly):
In HTML: <A HREF="#id87">Link Text</A>
In Wiki: [[Pagename#id87|Link Text]]
Which is currently being converted as:
[#id87 Link Text]
If I am using the html / wiki inappropriately, or if a proper conversion for
my situation would break other more common situations, I'll understand
completely. If there is a way that I can modify the conversion for my own
purposes, I'd be interested.
Thank you so much!
Tim Doyle