Skip Menu |

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

Report information
The Basics
Id: 14274
Status: resolved
Worked: 5 min
Priority: 0/
Queue: HTML-WikiConverter

People
Owner: diberri [...] cpan.org
Requestors: bugzilla [...] blorf.net
Cc:
AdminCc:

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



Subject: Some fixes for wikitext_patterns in MediaWiki.pm
In the MediaWiki processing, I noticed that some wiki-markup was not getting escaped with <nowiki>...</nowiki> tags. Namely: <p>| a line with a vertical bar <p>! a line that starts with a bang <p>= a line that looks like a section = I changed the second pattern in the @wikitext_patterns array to hold those 3 extra characters: qr/^(?:\*|\#|\;|\:|=|!|\|)/m, This fixed the problem.
[guest - Tue Aug 23 01:47:14 2005]: Show quoted text
> I changed the second pattern in the @wikitext_patterns array to hold > those 3 extra characters: > > qr/^(?:\*|\#|\;|\:|=|!|\|)/m,
Applied to 0.31 -- thanks! -- David Iberri