From 5fbf73ac8a0b15e632342d911bb1859d238375d0 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 29 Dec 2021 01:59:56 +0100 Subject: [PATCH] fix formatting the last time --- 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 8a6cc12..ffccc94 100644 --- a/docs/part/trackable.md +++ b/docs/part/trackable.md @@ -23,8 +23,8 @@ For faster input there are several ways to define the wanted serial numbers(SN): | , | `1,3,5` | `[1, 3, 5]` | list of SNs | | - | `1-5` | `[1, 2, 3, 4, 5]` | strech of SN | | ~ | `~` (next SN is 8) | `[8]` | represents the next SN | -| ``+ | `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>` | +| ``+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from `` | +| ``+`` | `2+2` | `[2, 3, 4]` | `` SNs added to `` | These rules can be mix-and-matched with whitespaces or commas separating them. For example: