Artem Tabolin

Results 3 issues of Artem Tabolin

Currently attachments are detected using this regex: ```python ATTACHMENT_RE = re.compile( r'(?P.*)\[( *((attachment\:(?P[0-9]+))|(title\:\"(?P[^\"]+)\")|(?Psize)))+\](?P.*)', re.IGNORECASE) ``` It matches `" if (size>0) and Stack[size]=..."`, though it's not an attachment. This results in...

I see, that the were explicitly forbidden in #558, because they were causing some errors, but is it possible to go around these errors without forbidding numeric-only slugs? There are...

Currently this: ```markdown [C.Python](wiki:/my-article) ``` is converted into this: ```html C.Python ``` but should be converted into this: ```html C.Python ```