From 409e731de606fe98f1356423c42c71f54408ed11 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sun, 23 Feb 2025 12:01:46 +0000 Subject: [PATCH] chore(lune): add newlines after top heading in docsgen --- .lune/docsgen/markdown.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lune/docsgen/markdown.luau b/.lune/docsgen/markdown.luau index e898cf2..1348212 100644 --- a/.lune/docsgen/markdown.luau +++ b/.lune/docsgen/markdown.luau @@ -98,7 +98,7 @@ end local function writeMarkdown(path: string, items: { moonwave.Item }) local start = os.clock() local buf = "\n" - buf ..= "# Reference" + buf ..= "# Reference\n\n" for _, item in items do logger.log("info", "Generating docs for", item.name)