Commit 6ba7e752 authored by Andreas Jung's avatar Andreas Jung

added warning for existing bug

parent c769cf3f
......@@ -108,6 +108,9 @@ class DocumentWithImages(DocumentClass):
expr2=re.compile('\"([ _a-zA-Z0-9*.:/;,\-\n\~]+)\":img:([a-zA-Z0-9\-.:/;,\n\~]+):([a-zA-Z0-9\-.:/;,\n\~]+)').search
):
# Warning: the regex are getting confused when the string after :img:
# is an URL containing ":" (Collector #2276)
r = expr2(s)
if r:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment