aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Formats/JekyllFormatService.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Formats/JekyllFormatService.kt b/src/Formats/JekyllFormatService.kt
index dc18a6e4..5179b37d 100644
--- a/src/Formats/JekyllFormatService.kt
+++ b/src/Formats/JekyllFormatService.kt
@@ -11,6 +11,7 @@ public open class JekyllFormatService(locationService: LocationService,
to.appendln("layout: api")
to.appendln("title: ${nodes.first().name}")
to.appendln("---")
+ to.appendln("")
super<MarkdownFormatService>.appendNodes(location, to, nodes)
}
} \ No newline at end of file