chore(lune): add newlines after top heading in docsgen

This commit is contained in:
Erica Marigold 2025-02-23 12:01:46 +00:00
parent da06f81f65
commit 409e731de6
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw

View file

@ -98,7 +98,7 @@ end
local function writeMarkdown(path: string, items: { moonwave.Item })
local start = os.clock()
local buf = "<!-- This file was @generated by `lune run docsgen`, please do not edit this manually, changes will be overwritten. -->\n"
buf ..= "# Reference"
buf ..= "# Reference\n\n"
for _, item in items do
logger.log("info", "Generating docs for", item.name)