From b9a1b83273eceb519fa76b6624c69c2fc127fb64 Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Sun, 12 Jul 2009 06:30:24 +0100 Subject: [svn] * wikilink to html for subcaves and cave descriptions * fix header regex --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.py') diff --git a/utils.py b/utils.py index 5245589..1b16059 100644 --- a/utils.py +++ b/utils.py @@ -99,7 +99,7 @@ re_subs = [(re.compile(r"\]*\>(.*?)\", re.DOTALL), r"'''\1'''"), (re.compile(r"\]*\>(.*?)\", re.DOTALL), r"====\1===="), (re.compile(r"\]*\>(.*?)\", re.DOTALL), r"=====\1====="), (re.compile(r"\]*\>(.*?)\", re.DOTALL), r"======\1======"), - (re.compile(r"\(.*?)\", re.DOTALL), r"[subcave:\1|\2]"), + (re.compile(r"\(.*?)\", re.DOTALL), r"[[subcave:\1|\2]]"), #interpage link needed (re.compile(r"\(.*?)\", re.DOTALL), r"[[cavedescription:\1|\2]]"), (re.compile(r"\[\([^\s]*).*?\\]", re.DOTALL), r"[[qm:\1]]"), -- cgit v1.2.3