Use backquotes to get code blocks in markdown

This commit is contained in:
Ivan Habunek 2024-03-26 10:04:46 +01:00
parent 43a4a6c4f5
commit 13b063cbc6
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D

View File

@ -160,7 +160,7 @@ def clips(
"-a",
"--auth-token",
help="""Authentication token, passed to Twitch to access subscriber only
VODs. Can be copied from the 'auth_token' cookie in any browser logged
VODs. Can be copied from the `auth_token` cookie in any browser logged
in on Twitch.""",
)
@click.option(
@ -216,7 +216,7 @@ def clips(
@click.option(
"-q",
"--quality",
help="Video quality, e.g. 720p. Set to 'source' to get best quality.",
help="Video quality, e.g. `720p`. Set to `source` to get best quality.",
)
@click.option(
"-r",