From 682a90a4b27cb63d1cb980dacf1045738f31d59d Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Tue, 28 Sep 2010 02:13:21 +0100 Subject: [PATCH 1/1] Delete a couple of comments. --- markdown-plugin.py | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.30.2