Merge pull request #11178 from electron/fenced-code-block-lang
enforce rules on code blocks style in docs
This commit is contained in:
commit
70643a865b
20 changed files with 91 additions and 69 deletions
|
@ -140,7 +140,7 @@ option is ignored and `pacScript` configuration is applied.
|
|||
|
||||
The `proxyRules` has to follow the rules below:
|
||||
|
||||
```
|
||||
```sh
|
||||
proxyRules = schemeProxies[";"<schemeProxies>]
|
||||
schemeProxies = [<urlScheme>"="]<proxyURIList>
|
||||
urlScheme = "http" | "https" | "ftp" | "socks"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue