From: Sean Hammond Date: Tue, 28 Sep 2010 01:13:21 +0000 (+0100) Subject: Delete a couple of comments. X-Git-Url: https://projects.mako.cc/source/pyblosxom-markdown2/commitdiff_plain/682a90a4b27cb63d1cb980dacf1045738f31d59d Delete a couple of comments. --- diff --git a/markdown-plugin.py b/markdown-plugin.py index 81d022b..e8bba85 100644 --- a/markdown-plugin.py +++ b/markdown-plugin.py @@ -72,9 +72,7 @@ def cb_preformat(args): return parse(''.join(args['story'])) def parse(story): - # Convert the ASCII text to HTML with python-markdown. html = md.convert(story) - # Reset python-markdown ready for next time. md.reset() return html