mirror of
https://github.com/streamlink/streamlink
synced 2024-11-12 23:02:38 +01:00
docs: add new line before codeblock to fix them
A codeblock without an empty new line before cause bad docs generation in man and html formats. This causes a `man` warning: `warning: macro `.' not defined`. The manpage contains `.. code\-block:: console` which it does not recognize. In html format, the generated line is `For example: .. code-block:: console` and the following codeblock is not correctly formatted.
This commit is contained in:
parent
ccde01f6e8
commit
e20fa0bc9d
@ -340,6 +340,7 @@ options if the plugin you use makes HTTP and HTTPS requests.
|
||||
Both HTTP and SOCKS5 proxies are supported, authentication is supported for both types.
|
||||
|
||||
For example:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ streamlink --http-proxy "http://user:pass@10.10.1.10:3128/" --https-proxy "socks5://10.10.1.10:1242"
|
||||
|
Loading…
Reference in New Issue
Block a user