File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -261,4 +261,20 @@ Note that if a tag already _has_ an attribute with the same name as a global one
261
261
: HTML ` class ` and ` id ` attributes of the wrapper tag.
262
262
: ** Values:** any valid string.
263
263
264
+ ` break="tag or pattern" `
265
+ : HTML tag or any other string used to join list items.
266
+ : ** Values:** HTML tag name or any valid string.
267
+
268
+ ` breakby="string|regex" `
269
+ : The pattern used to split the output.
270
+ : ** Values:** any valid string or regex.
271
+
272
+ ` sort="nat|case asc|desc|rand" `
273
+ : Used to reorder list items.
274
+ : ** Values:** a combination of type (` nat ` , ` case ` ) and direction (` asc ` , ` desc ` ).
275
+
276
+ ` limit, offset `
277
+ : Used to extract a sublist.
278
+ : ** Values:** any integer.
279
+
264
280
[ Next: Incorrect tag contexts] ( /tags/tag-basics/incorrect-tag-contexts )
You can’t perform that action at this time.
0 commit comments