Skip to content

Commit fb9bce2

Browse files
committed
doc: add missing newline between generated synopsis and description header
1 parent 4b9d1a2 commit fb9bce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/mkmarkdown.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def merge_md_files(md1, md2, content_modifier1, content_modifier2):
192192
combined_yaml = "\n".join(yaml_items)
193193

194194
# Attach the rest of the document.
195-
return ["---\n", combined_yaml, "\n---\n\n", content1, "\n", content2, "\n"]
195+
return ["---\n", combined_yaml, "\n---\n\n", content1, "\n\n", content2, "\n"]
196196

197197

198198
def main():

0 commit comments

Comments
 (0)