Skip to content

Commit 9016151

Browse files
committed
Remove guess_lang: false
Adding the following to `mkdocs.yaml`: ~~~yaml markdown_extensions: -- codehilite: guess_lang: false ~~~ did not behave as expected. This reverses that.
1 parent bd5847d commit 9016151

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mkdocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,5 @@ pages:
5050
- Glossary: glossary.md
5151

5252
markdown_extensions:
53-
- codehilite:
54-
guess_lang: false
5553
- toc:
5654
permalink: true

0 commit comments

Comments
 (0)