From 7143729708da9d0e74f56e8fe3a2ee0838acd984 Mon Sep 17 00:00:00 2001 From: Liquidmantis Date: Sat, 11 Dec 2021 12:56:11 -0700 Subject: [PATCH] fix formatting of template table in help file --- doc/telekasten.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/telekasten.txt b/doc/telekasten.txt index 5e8d1e6..c0da577 100644 --- a/doc/telekasten.txt +++ b/doc/telekasten.txt @@ -667,10 +667,10 @@ that are used for creating new notes. The following substitutions will be made during new note creation: -+-------------------+-----------------------+-----------------------------+ -| specifier | | | -| in template | expands to | example | -+-------------------+-----------------------+-----------------------------+ ++-----------------+-----------------------+-----------------------------+ +| specifier | | | +| in template | expands to | example | ++-----------------+-----------------------+-----------------------------+ | `{{title}}` | the title of the note | My new note | | `{{date}}` | date in iso format | 2021-11-21 | | `{{yesterday}}` | yesterday, iso | 2021-11-20 | @@ -690,8 +690,8 @@ The following substitutions will be made during new note creation: | `{{friday}}` | Friday, iso | 2021-11-19 | | `{{saturday}}` | Saturday, iso | 2021-11-20 | | `{{sunday}}` | Sunday, iso (see note)| 2021-11-21 | -+-------------------+-----------------------+-----------------------------+ -Note: Sunday is adjusted to match users `calendar_monday` preference. ++-----------------+-----------------------+-----------------------------+ +Note: Sunday is adjusted to match the user's `calendar_monday` preference. As an example, this is my template for new notes: >