From: Sean Hammond Date: Tue, 28 Sep 2010 02:30:44 +0000 (-0700) Subject: Delete empty line at bottom of file. X-Git-Url: https://projects.mako.cc/source/pyblosxom-markdown2/commitdiff_plain/f4830e7fa81cda7b3b85c9e3e4489e1298720466 Delete empty line at bottom of file. --- diff --git a/markdown-plugin.py b/markdown-plugin.py index 8a262b0..73e370a 100644 --- a/markdown-plugin.py +++ b/markdown-plugin.py @@ -54,4 +54,4 @@ def cb_story(args): if os.path.splitext(entry['filename'])[1] in FILENAME_EXTENSIONS: entry['body'] = md.convert(''.join(entry['body'])) md.reset() - return args + return args \ No newline at end of file