Skip to content

Commit

Permalink
fix(summary): set correct indentation for list items
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneshorner authored and vhyrro committed Dec 26, 2023
1 parent 5a44d3f commit 120fb52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/neorg/modules/core/summary/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ module.load = function()
table.insert(
result,
table.concat({
" - {:$",
string.rep(" ", heading_level),
" - {:$",
datapoint.norgname,
":}[",
lib.title(datapoint.title),
Expand Down

0 comments on commit 120fb52

Please sign in to comment.