mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 03:35:41 +02:00
doc: particles: line wrap
This commit is contained in:
parent
87f38d19a0
commit
76225a8366
1 changed files with 6 additions and 4 deletions
|
@ -229,13 +229,15 @@ indicator.
|
||||||
| min
|
| min
|
||||||
: int
|
: int
|
||||||
: no
|
: no
|
||||||
: If present this will be used as a lower bound instead of the tags minimum value.
|
: If present this will be used as a lower bound instead of the tags
|
||||||
Tag values falling outside the defined range will get clamped to min/max.
|
minimum value. Tag values falling outside the defined range will
|
||||||
|
get clamped to min/max.
|
||||||
| max
|
| max
|
||||||
: int
|
: int
|
||||||
: no
|
: no
|
||||||
: If present this will be used as an upper bound instead of the tags maximum value.
|
: If present this will be used as an upper bound instead of the tags
|
||||||
Tag values falling outside the defined range will get clamped to min/max.
|
maximum value. Tag values falling outside the defined range will
|
||||||
|
get clamped to min/max.
|
||||||
|
|
||||||
## EXAMPLES
|
## EXAMPLES
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue