commit b009080f55883aed87641558b1105cf8a3623ad7
Author: Russell Wood <rjw_AT_lab.lan>
Date: Thu Sep 5 21:54:14 2024 +1000
Fix markdown formatting issues.
diff --git a/surf.suckless.org/patches/proxyconfig/index.md b/surf.suckless.org/patches/proxyconfig/index.md
index 77cb5f80..5b8edeb2 100644
--- a/surf.suckless.org/patches/proxyconfig/index.md
+++ b/surf.suckless.org/patches/proxyconfig/index.md
_AT_@ -1,10 +1,10 @@
Proxy Config
-===========
+============
Description
-----------
-This patch allows you to specify proxy settings in your config.h file.
+This patch allows you to specify proxy settings in your `config.h` file.
It supports the three proxy modes in Webkit:
_AT_@ -17,11 +17,9 @@ Usage
Once the patch is applied, modify the ProxyMode, ProxyUrl and ProxyIgnoreHosts variables as required. For example, if using a custom proxy server then the variables might be set as:
-``
-[ProxyIgnoreHosts] = { { .v = (char *[]){ "localhost","local.lan",NULL } }, },
-[ProxyMode] = { { .i = CustomProxy }, },
-[ProxyUrl] = { { .v = (char *) "
http://proxy.local.lan:8080/"}, },
-``
+ [ProxyIgnoreHosts] = { { .v = (char *[]){ "localhost","local.lan",NULL } }, },
+ [ProxyMode] = { { .i = CustomProxy }, },
+ [ProxyUrl] = { { .v = (char *) "
http://proxy.local.lan:8080/"}, },
The default value is SystemProxy, which preserves the default behavior of surf.
Received on Thu Sep 05 2024 - 13:55:11 CEST