From 96f8ab4641056020192175c0a02c562e8113dbd7 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 9 May 2021 21:17:14 +0000 Subject: Fix one kind of link farble by processing Creole before CamelCase Still some messes due to lack of bang-quoting of "CrypTech". --- trac2md.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'trac2md.py') diff --git a/trac2md.py b/trac2md.py index c7cf85e..37c70ba 100755 --- a/trac2md.py +++ b/trac2md.py @@ -73,12 +73,12 @@ class Trac2Markdown: self.source_url = source_url self.pattern_actions = ( - # Convert CamelCase links to explicit links - (self.camelcase_pattern, r"[[\1]]"), - # Convert TracLinks to WikiCreole syntax to simplify remaining processing (re.compile(r"(?