From 5e6fb8241c8926c849d93599b973f89218f92482 Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Wed, 26 Jul 2023 04:28:42 +0200 Subject: [PATCH] Prettifying docs --- docs/csaf_downloader.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/csaf_downloader.md b/docs/csaf_downloader.md index 6bab112..64fc983 100644 --- a/docs/csaf_downloader.md +++ b/docs/csaf_downloader.md @@ -67,8 +67,9 @@ into a given intervall. There are three possible notations: 2. Absolute. If the given string is an RFC 3339 date timestamp the time interval between this date and now is used. - E.g. "2006-01-02" means that all files between 2006 January 2nd and now going to being - downloaded. Accepted patterns are: + E.g. `"2006-01-02"` means that all files between 2006 January 2nd and now going to being + downloaded. + Accepted patterns are: - `"2006-01-02T15:04:05Z07:00"` - `"2006-01-02T15:04:05"` - `"2006-01-02T15:04"`