mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-12 03:28:03 +00:00
mkdocs.yml: Add syntax highlighting (#89)
* mkdocs.yml: Add syntax highlighting * Add languages to codeblocks
This commit is contained in:
@@ -36,7 +36,7 @@ b'GET / HTTP/1.1\r\nHost: localhost:65432\r\nConnection: keep-alive\r\nDNT: 1\r\
|
||||
|
||||
Examine closely and the content will look like the HTTP protocol's format. ie:
|
||||
|
||||
```
|
||||
```text
|
||||
HTTP_METHOD URI_PATH HTTP_VERSION
|
||||
HEADERS_SEPARATED_BY_SEPARATOR
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user