summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--creole/parser/creol2html_rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/creole/parser/creol2html_rules.py b/creole/parser/creol2html_rules.py
index cbe0451..4cb1e2a 100644
--- a/creole/parser/creol2html_rules.py
+++ b/creole/parser/creol2html_rules.py
@@ -51,7 +51,7 @@ class InlineRules(object):
# ''' % proto
# image tag
- image = r'''(?i)(?P<image>
+ image = r'''(?P<image>
{{
(?P<image_target>.+?) \s*
(\| \s* (?P<image_text>.+?) \s*)?