We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f2f65 commit 43c1b33Copy full SHA for 43c1b33
docs/Queries/Grouping.md
@@ -142,11 +142,11 @@ For example:
142
143
> [!info]
144
> 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
+>
+> 1. all the filter instructions are run
+> 1. then any sorting instructions are run
+> 1. then any `limit` instructions are run
+> 1. then finally any grouping instructions are run
150
151
---
152
0 commit comments