Merge pull request #11178 from electron/fenced-code-block-lang

enforce rules on code blocks style in docs
This commit is contained in:
Charles Kerr 2017-11-21 13:38:46 +01:00 committed by GitHub
commit 70643a865b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 91 additions and 69 deletions

View file

@ -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"