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.
This commit is contained in:
Dimi Shahbaz 2023-01-02 02:28:24 -08:00 committed by GitHub
parent 58a1129c9b
commit 000441292e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
tig.md
View File

@ -103,6 +103,7 @@ You can substitute `git log` → `tig`.
{: .-shortcuts}
### `s` - Status view
| Shortcut | Description |
| --- | --- |
| `u` | Stage/unstage file or chunk |