Skip to content

Commit 364c70a

Browse files
committed
docs: man: ronn doesn't like h4
Fix the following by not using `####` (h4) in Markdown ``` $ ronn --roff --manual="Gist manual" README.md warn: unrecognized block tag: "h4" ```
1 parent 1fe4037 commit 364c70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ This token is stored in `~/.gist` and used for all future gisting. If you need t
119119
you can revoke it from https://github.com/settings/tokens, or just delete the
120120
file.
121121

122-
#### Password-less login
122+
### Password-less login
123123

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

0 commit comments

Comments
 (0)