From af6243c73d4bafbba23ee9af459e2cb01e0af29e Mon Sep 17 00:00:00 2001 From: Eshan Date: Sun, 15 Dec 2019 00:04:42 -0500 Subject: [PATCH] Fix usage notes Notes were correctly indented. --- docs/usage.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 269bdce9..18b35d68 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -35,12 +35,12 @@ jrnl today at 3am: I just met Steve Buscemi in a bar! He looked funny. ``` !!! note -Most shell contains a certain number of reserved characters, such as `#` -and `*`. Unbalanced quotes, parenthesis, and so on will also get into -the way of your editing. -For writing longer entries, just enter `jrnl` -and hit `return`. Only then enter the text of your journal entry. -Alternatively, `use an external editor `). + Most shell contains a certain number of reserved characters, such as `#` + and `*`. Unbalanced quotes, parenthesis, and so on will also get into + the way of your editing. + For writing longer entries, just enter `jrnl` + and hit `return`. Only then enter the text of your journal entry. + Alternatively, `use an external editor `). You can also import an entry directly from a file @@ -76,9 +76,9 @@ The following options are equivalent: - `jrnl Best day of my life.*` !!! note -Just make sure that the asterisk sign is **not** surrounded by -whitespaces, e.g. `jrnl Best day of my life! *` will **not** work (the -reason being that the `*` sign has a special meaning on most shells). + Just make sure that the asterisk sign is **not** surrounded by + whitespaces, e.g. `jrnl Best day of my life! *` will **not** work (the + reason being that the `*` sign has a special meaning on most shells). ## Viewing @@ -127,9 +127,9 @@ You can change which symbols you'd like to use for tagging in the configuration. !!! note -`jrnl @pinkie @WorldDomination` will switch to viewing mode because -although **no** command line arguments are given, all the input strings -look like tags - _jrnl_ will assume you want to filter by tag. + `jrnl @pinkie @WorldDomination` will switch to viewing mode because + although **no** command line arguments are given, all the input strings + look like tags - _jrnl_ will assume you want to filter by tag. ## Editing older entries