Skip to content

Commit 4c5aa45

Browse files
committed
docs: man: workaround ronn Markdown bug
The triple backtick code block was confusing `ronn` causing the token section to flow into the library section. ``` Token file format If you cannot use passwords, as most Enterprise installations do, you can generate the token via the web interface and then simply save the string in the correct file. Avoid line breaks or you might see: $ gist -l Error: Bad credentials You can also use Gist as a library from inside your ruby code: ```
1 parent b9cebf9 commit 4c5aa45

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,9 @@ setting it to the public URL will not work. Use `unset GITHUB_URL`
156156

157157
If you cannot use passwords, as most Enterprise installations do, you can generate the token via the web interface
158158
and then simply save the string in the correct file. Avoid line breaks or you might see:
159-
```
160-
$ gist -l
161-
Error: Bad credentials
162-
```
159+
160+
$ gist -l
161+
Error: Bad credentials
163162

164163
# Library
165164

0 commit comments

Comments
 (0)