Skip to content

Commit

Permalink
fix(export.markdown): use proper amount of parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jan 6, 2024
1 parent 3506236 commit b0b5a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/core/export/markdown/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ module.load = function()
}
end

module.config.public.extensions = lib.to_keys(module.config.public.extensions)
module.config.public.extensions = lib.to_keys(module.config.public.extensions, {})
end

module.config.public = {
Expand Down

0 comments on commit b0b5a43

Please sign in to comment.