mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-07 15:50:53 +01:00
chore(lune): add newlines after top heading in docsgen
This commit is contained in:
parent
da06f81f65
commit
409e731de6
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ end
|
||||||
local function writeMarkdown(path: string, items: { moonwave.Item })
|
local function writeMarkdown(path: string, items: { moonwave.Item })
|
||||||
local start = os.clock()
|
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"
|
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
|
for _, item in items do
|
||||||
logger.log("info", "Generating docs for", item.name)
|
logger.log("info", "Generating docs for", item.name)
|
||||||
|
|
Loading…
Add table
Reference in a new issue