Replace Markdown syntax with AsciiDoc syntax

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2022-12-29 15:33:38 +01:00
parent f3ed2f1554
commit 7a020a3384

View file

@ -15,16 +15,22 @@ Supply either a list of interval IDs (e.g. `@1 @2`), or optional filters (see **
== EXAMPLES == EXAMPLES
*Export all intervals*:: *Export all intervals*::
``` [source]
----
$ timew export $ timew export
``` ...
----
*Export intervals filtered by range and tag*:: *Export intervals filtered by range and tag*::
``` [source]
----
$ timew export from 2016-01-01 for 3wks tag1 $ timew export from 2016-01-01 for 3wks tag1
``` ...
----
*Export intervals by their ids*:: *Export intervals by their ids*::
``` [source]
----
$ timew export @1 @3 @7 $ timew export @1 @3 @7
``` ...
----