Skip to content

Commit 43c1b33

Browse files
committed
docs: Fix an incomplete callout block
1 parent 09f2f65 commit 43c1b33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/Queries/Grouping.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ For example:
142142

143143
> [!info]
144144
> The order of operations ensures that grouping does not modify which tasks are displayed, for example when the `limit` option is used:
145-
146-
1. all the filter instructions are run
147-
1. then any sorting instructions are run
148-
1. then any `limit` instructions are run
149-
1. then finally any grouping instructions are run
145+
>
146+
> 1. all the filter instructions are run
147+
> 1. then any sorting instructions are run
148+
> 1. then any `limit` instructions are run
149+
> 1. then finally any grouping instructions are run
150150
151151
---
152152

0 commit comments

Comments
 (0)