diff --git a/minimd.py b/minimd.py index 3531a66..3f456b2 100755 --- a/minimd.py +++ b/minimd.py @@ -49,7 +49,7 @@ def html(text): if in_code: html.append('') html.append('

') - return ''.join(html) + return '\n'.join(html) if __name__ == '__main__':