Revert "mkdocs.yml: Add syntax highlighting (#89)" (#95)

This reverts commit 7aebfc652c.
This commit is contained in:
Nishant Singh
2021-02-24 21:32:15 +05:30
committed by GitHub
parent 7aebfc652c
commit 52e7ed5c5c
11 changed files with 25 additions and 28 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
```