Documentation update

- syntax reference playing with the format
This commit is contained in:
SebastianMC 2022-10-07 12:01:08 +02:00
parent 56055b2d7d
commit 9dbd9fdd03
1 changed files with 3 additions and 0 deletions

View File

@ -150,3 +150,6 @@ Some tokens have shorter equivalents, which can be used interchangeably:
- `/:files.` --> `/:.` e.g. `/:files. ... \-D+.md` is equivalent to `/:. ... \-D+.md` - `/:files.` --> `/:.` e.g. `/:files. ... \-D+.md` is equivalent to `/:. ... \-D+.md`
- `/folders` --> `/` e.g. `/folders Archive...` is equivalent to `/ Archive...` - `/folders` --> `/` e.g. `/folders Archive...` is equivalent to `/ Archive...`
Additional shorter equivalents to allow single-liners like `sorting-spec: \< a-z`:
- `order-asc:` --> `\<` e.g. `order-asc: modified` is equivalent to `\< modified`
- `order-desc:` --> `\>` e.g. `order-desc: a-z` is equivalent to `\> a-z`