Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: aurelien.tisne [...] c-s.fr
Cc:
AdminCc:

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



Subject: tt rule in DokuWiki dialect
Date: Fri, 03 Jan 2014 16:04:30 +0100
To: bug-HTML-WikiConverter-DokuWiki [...] rt.cpan.org
From: Aurelien TISNE <aurelien.tisne [...] c-s.fr>
The current rule to convert tt is " (double quote). In Dokuwiki, tt is done using '' (two quote character). I suggest the patch : 60c60 < tt => { start => '"', end => '"' }, --- Show quoted text
> tt => { start => '\'\'', end => '\'\'' },
-- Aurélien TISNE Communication & Systèmes