Skip to content

Commit

Permalink
fix(docgen): <h6> tags not being rendered properly
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Feb 3, 2023
1 parent fa5f561 commit d0a0da0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docgen/docgen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ docgen.render = function(configuration_option, indent)

vim.list_extend(basis, self.comments)
vim.list_extend(basis, {
"",
"</h6>",
"",
})
Expand Down

0 comments on commit d0a0da0

Please sign in to comment.