Skip to content

Commit 75edcdc

Browse files
committed
fix(docgen): invalid github markdown
1 parent 7a9d54c commit 75edcdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docgen/docgen.lua

+2
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,9 @@ docgen.generators = {
606606

607607
table.insert(layout, "- <details>")
608608
table.insert(layout, " <summary>")
609+
table.insert(layout, "")
609610
table.insert(layout, string.format(" #### `%s` - %s", key, description))
611+
table.insert(layout, "")
610612
table.insert(layout, " </summary>")
611613
table.insert(layout, "")
612614
table.insert(layout, string.format(" - Default map: `%s`", data.rhs))

0 commit comments

Comments
 (0)