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", "-a",
"--auth-token", "--auth-token",
help="""Authentication token, passed to Twitch to access subscriber only 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.""", in on Twitch.""",
) )
@click.option( @click.option(
@ -216,7 +216,7 @@ def clips(
@click.option( @click.option(
"-q", "-q",
"--quality", "--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( @click.option(
"-r", "-r",