Skip to content

Commit

Permalink
docs: man: ronn doesn't like h4
Browse files Browse the repository at this point in the history
Fix the following by not using `####` (h4) in Markdown

```
$ ronn --roff --manual="Gist manual" README.md
warn: unrecognized block tag: "h4"
```
  • Loading branch information
lucasrangit committed Sep 16, 2020
1 parent 4c5aa45 commit 545d204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ This token is stored in `~/.gist` and used for all future gisting. If you need t
you can revoke it from https://github.com/settings/tokens, or just delete the
file.

#### Password-less login
### Password-less login

If you have a complicated authorization requirement you can manually create a
token file by pasting a GitHub token with `gist` scope (and maybe the `user:email`
Expand Down

0 comments on commit 545d204

Please sign in to comment.