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

@@ -16,7 +16,7 @@ Ensure that you adhere to the following guidelines:
### Building and testing locally
Run the following commands to build and view the site locally before opening a PR.
```
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt