From 301368c07b774222d91a4b998d79794b5b71f80c Mon Sep 17 00:00:00 2001 From: fpeters <> Date: Tue, 27 Apr 2004 10:24:55 +0000 Subject: [PATCH] added a note about image support in rest --- shared/common/parsers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/common/parsers.py b/shared/common/parsers.py index 47b3147c..c478b801 100644 --- a/shared/common/parsers.py +++ b/shared/common/parsers.py @@ -1856,6 +1856,7 @@ def makeHtmlFromReStructuredText(text, simple = 0, inline = 0, **keywords): CLASS='reference')) def visit_image(self, node): + # FIXME: should support non-uploadfiles images atts = node.attributes.copy() fullUrl = None matchObject = re.match(