From 94ec286de64b37a730b6651af54cd1e2315ac3f3 Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:28:53 +0000 Subject: [PATCH] Add codeblock highlighting --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 8508165..f4f96f5 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -822,7 +822,7 @@ https://your.proxy/?url={REQUEST-URL} ##### `proxy` A custom HTTP/HTTPS proxy URL that will be used to fetch the data. This is useful when you're hosting Glance on a VPS where Reddit is blocking the requests and you want to bypass the restriction by routing the requests through a proxy. Example: -``` +```yaml proxy: http://user:pass@proxy.com:8080 proxy: https://user:pass@proxy.com:443 ```