Skip to content

Commit 72fc0ed

Browse files
authored
Update parsing-tag-attributes.md
1 parent 74a94a0 commit 72fc0ed

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tags/tag-basics/parsing-tag-attributes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,20 @@ Note that if a tag already _has_ an attribute with the same name as a global one
261261
: HTML `class` and `id` attributes of the wrapper tag.
262262
: **Values:** any valid string.
263263

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+
264280
[Next: Incorrect tag contexts](/tags/tag-basics/incorrect-tag-contexts)

0 commit comments

Comments
 (0)