Skip to content

Commit

Permalink
Tweak search pattern for header
Browse files Browse the repository at this point in the history
  • Loading branch information
aquilesg committed Jul 30, 2024
1 parent a21c5bc commit 510fb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/obsidian/search.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ M.Patterns = {

-- Miscellaneous
Highlight = "==[^=]+==", -- ==text==
Callout = ">+ %[!.*%]",
Callout = "^(>+)%s(%[!.-%])",

-- References
WikiWithAlias = "%[%[[^][%|]+%|[^%]]+%]%]", -- [[xxx|yyy]]
Expand Down

0 comments on commit 510fb9b

Please sign in to comment.