Skip to content

Commit

Permalink
tig: Fix traling newline in header (#1930)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dshahbaz authored Jan 2, 2023
1 parent 58a1129 commit 0004412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tig.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ You can substitute `git log` → `tig`.
{: .-shortcuts}

### `s` - Status view

| Shortcut | Description |
| --- | --- |
| `u` | Stage/unstage file or chunk |
Expand Down

0 comments on commit 0004412

Please sign in to comment.