Skip to content

Commit

Permalink
fix(docgen): make the spacing nicer to look at
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Feb 3, 2023
1 parent 3119581 commit 426ca24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docgen/docgen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,13 @@ docgen.render = function(configuration_option, indent)
"</h6>",
"",
})
else
vim.list_extend(basis, {
"<br>",
"",
})
end

vim.list_extend(basis, docgen.htmlify(configuration_option, indent))
vim.list_extend(basis, {
"",
Expand Down

0 comments on commit 426ca24

Please sign in to comment.