mirror of
https://github.com/lilydjwg/nvchecker
synced 2024-12-25 08:02:21 +00:00
defensively fix reStructuredText syntax
a ` : ` (space, colon, space) like that can be confused for a definition list classifier, especially in a definition list, so prefer to backslash-escape the colon. see the "reStructedText Markup Specification", section "Syntax Details" > "Body Elements" > "Definition Lists".
This commit is contained in:
parent
f4e9ab80b9
commit
8b929322cb
@ -204,8 +204,8 @@ httptoken
|
|||||||
A personal authorization token used to fetch the url with the ``Authorization`` header.
|
A personal authorization token used to fetch the url with the ``Authorization`` header.
|
||||||
The type of token depends on the authorization required.
|
The type of token depends on the authorization required.
|
||||||
|
|
||||||
- For Bearer token set : ``Bearer <Your_bearer_token>``
|
- For Bearer token set \: ``Bearer <Your_bearer_token>``
|
||||||
- For Basic token set : ``Basic <Your_base64_encoded_token>``
|
- For Basic token set \: ``Basic <Your_base64_encoded_token>``
|
||||||
|
|
||||||
In the keyfile add ``httptoken_{name}`` token.
|
In the keyfile add ``httptoken_{name}`` token.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user