From 000441292ef1feb92e99a3bcdc87344c9f551f30 Mon Sep 17 00:00:00 2001 From: Dimi Shahbaz <18686460+dshahbaz@users.noreply.github.com> Date: Mon, 2 Jan 2023 02:28:24 -0800 Subject: [PATCH] tig: Fix traling newline in header (#1930) 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 ef0add50..3f5fb23b 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 |