Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c2bab5c

Browse files
author
Roberto Alsina
committedMar 8, 2018
minor post creation fix
1 parent db3059a commit c2bab5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎v7/kramdown/kramdown.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@ def create_post(self, path, **kw):
114114
if onefile:
115115
fd.write("<!--\n")
116116
fd.write(write_metadata(metadata).strip())
117-
fd.write("-->\n\n")
117+
fd.write("\n-->\n\n")
118118
fd.write(content)

0 commit comments

Comments
 (0)
Please sign in to comment.