mkdocs.yml: Add syntax highlighting (#89)

* mkdocs.yml: Add syntax highlighting

* Add languages to codeblocks
This commit is contained in:
Ayan Banerjee
2021-02-24 17:52:44 +05:30
committed by GitHub
parent 770dc96145
commit 7aebfc652c
11 changed files with 28 additions and 25 deletions

View File

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