commit b009080f55883aed87641558b1105cf8a3623ad7
Author: Russell Wood <[email protected]>
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
@@ -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:
@@ -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.