From ddbadca0ed7b366c9bb9659831190acf5968fc3c Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 29 Dec 2021 01:56:18 +0100 Subject: [PATCH] formatting again --- docs/part/trackable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/part/trackable.md b/docs/part/trackable.md index 5d4d42f..f33c637 100644 --- a/docs/part/trackable.md +++ b/docs/part/trackable.md @@ -22,7 +22,7 @@ For faster input there are several ways to define the wanted serial numbers(SN): | | `1` | `[1]` | single SN | | , | `1,3,5` | `[1, 3, 5]` | list of SNs | | - | `1-5` | `[1, 2, 3, 4, 5]` | strech of SN | -| `<start>`+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from `<start>` | +| ``+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from `<start>` | | `<start>`+<length> | `2+2` | `[2, 3, 4]` | `<length>` SNs added to `<start>` | These rules can be mix-and-matched with whitespaces or commas separating them.