We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343ca42 commit 4565c90Copy full SHA for 4565c90
lua/neorg/modules/core/summary/module.lua
@@ -209,7 +209,7 @@ module.on_event = function(event)
209
210
local start_line = event.cursor_position[1]
211
local end_line = start_line
212
- -- find * replace an existing ranged tag
+ -- find & replace an existing ranged tag below this heading
213
local node_line_below = ts.get_first_node_on_line(buffer, start_line)
214
if node_line_below and node_line_below:type() == "_paragraph_break" then
215
-- allow for a line break between heading and tag. Go down one more line.
0 commit comments