added a note about image support in rest

This commit is contained in:
fpeters 2004-04-27 10:24:55 +00:00
parent 112c0c5dc0
commit 301368c07b
1 changed files with 1 additions and 0 deletions

View File

@ -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(