Skip Menu |

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

Report information
The Basics
Id: 69293
Status: new
Priority: 0/
Queue: HTML-WikiConverter

People
Owner: Nobody in particular
Requestors: grogerson [...] iders.ca
Cc:
AdminCc:

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



Subject: A formatting bug - modifiers are run together
Date: Tue, 5 Jul 2011 19:35:53 +0000
To: "bug-HTML-WikiConverter [...] rt.cpan.org" <bug-HTML-WikiConverter [...] rt.cpan.org>
From: Grant Rogerson <grogerson [...] iders.ca>
Hi, I am using the on line version at http://toolserver.org/~diberri/cgi-bin/html2wiki/index.cgi With conversion set to MoinMoin (for trac wiki use), I input: <strong><em>Error!</em></strong> Output is '''''Error!''''' Which the wiki interpreter chokes on. Output should be: ''' ''Error! '' ''' Because: 1 Modifiers need to be separated. 2. The ! is a modifier, so it needs a space after it to be rendered as a literal ! Other than that, this tool has been a life saver. Regards, Grant Rogerson <html> <body> Grant Rogerson Database/Web Developer Iders Incorporated 27047 Oakwood Road Oakbank, MB R0E 1J2 Tel (204) 444-5200 ext 253 Fax: (204) 444-5900 [http://www.iders.ca/IDERS_logo.jpg] ________________________________ Iders Incorporated Confidential: ________________________________ This message is intended solely for the use of the designated recipient(s) and their appointed delegates, and may contain confidential information. Any unauthorized disclosure, copying or distribution of its contents is strictly prohibited. If you have received this message in error, please destroy it and advise the sender immediately by phone, Email or facsimile. </body> </html>