From d532df1dd1d14facfd0d5f5319ed3fe81478a971 Mon Sep 17 00:00:00 2001 From: Dimi Shahbaz <18686460+dshahbaz@users.noreply.github.com> Date: Sun, 1 Jan 2023 23:07:45 -0800 Subject: [PATCH] tig: Fix traling newline in header There is no newline between the header and the table body, resulting in a rendering issue at https://devhints.io/tig. This PR adds a newline after the section header. --- tig.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tig.md b/tig.md index ef0add50bc..3f5fb23b23 100644 --- a/tig.md +++ b/tig.md @@ -103,6 +103,7 @@ You can substitute `git log` → `tig`. {: .-shortcuts} ### `s` - Status view + | Shortcut | Description | | --- | --- | | `u` | Stage/unstage file or chunk |