From d2f50b362f43b0983e5fa3f54e86aeb999d815d1 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 29 Dec 2021 01:49:26 +0100 Subject: [PATCH] use character encoding --- docs/part/trackable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/part/trackable.md b/docs/part/trackable.md index 957efe6..373c6e1 100644 --- a/docs/part/trackable.md +++ b/docs/part/trackable.md @@ -22,8 +22,8 @@ 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 | -| + | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from | -| + | `2+2` | `[2, 3, 4]` | SNs add. to | +| <start>+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from <start> | +| <start>+<lenght> | `2+2` | `[2, 3, 4]` | <length> SNs add. to <start> | These rules can be mix-and-matched with whitespaces or commas separating them. For example: