diff --git a/lua/neorg/modules/core/summary/module.lua b/lua/neorg/modules/core/summary/module.lua index 7438f6f06..cda108784 100644 --- a/lua/neorg/modules/core/summary/module.lua +++ b/lua/neorg/modules/core/summary/module.lua @@ -167,7 +167,8 @@ module.load = function() table.insert( result, table.concat({ - " - {:$", + string.rep(" ", heading_level), + " - {:$", datapoint.norgname, ":}[", lib.title(datapoint.title),