From f6e454956b26e9c1f582414d48141839f813ef0c Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 25 Jul 2023 09:40:11 +0200 Subject: [PATCH] Fix formatting --- docs/advanced.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/advanced.md b/docs/advanced.md index a8ee244..6b4c5f2 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -21,10 +21,10 @@ through the specified server. For example: -.. code-block:: sh - - export HTTPS_PROXY="http://1.2.3.4:5678" - toot login --instance mastodon.social +```sh +export HTTPS_PROXY="http://1.2.3.4:5678" +toot login --instance mastodon.social +``` **NB:** This feature is provided by [requests](http://docs.python-requests.org/en/master/user/advanced/#proxies>)