We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c65660 commit d4baefaCopy full SHA for d4baefa
1 file changed
minimd.py
@@ -49,7 +49,7 @@ def html(text):
49
if in_code:
50
html.append('</pre>')
51
html.append('</p>')
52
- return ''.join(html)
+ return '\n'.join(html)
53
54
55
if __name__ == '__main__':
0 commit comments