Skip to content

Commit

Permalink
fix(docgen): invalid github markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jul 16, 2024
1 parent 7a9d54c commit 75edcdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docgen/docgen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,9 @@ docgen.generators = {

table.insert(layout, "- <details>")
table.insert(layout, " <summary>")
table.insert(layout, "")
table.insert(layout, string.format(" #### `%s` - %s", key, description))
table.insert(layout, "")
table.insert(layout, " </summary>")
table.insert(layout, "")
table.insert(layout, string.format(" - Default map: `%s`", data.rhs))
Expand Down

0 comments on commit 75edcdc

Please sign in to comment.