From b0b5a4370228f27bd98516b9061bd6c87386c8f3 Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Sat, 6 Jan 2024 21:03:55 +0100 Subject: [PATCH] fix(export.markdown): use proper amount of parameters --- lua/neorg/modules/core/export/markdown/module.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/neorg/modules/core/export/markdown/module.lua b/lua/neorg/modules/core/export/markdown/module.lua index eae5f9302..9d15d3ba9 100644 --- a/lua/neorg/modules/core/export/markdown/module.lua +++ b/lua/neorg/modules/core/export/markdown/module.lua @@ -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 = {