1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

docs: enable syntax highlight for code blocks

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-11-06 10:50:41 +02:00
parent 3bc45218c1
commit 0b9f6ba2c4

View File

@ -65,6 +65,9 @@ plugins:
- git-revision-date-localized
markdown_extensions:
- pymdownx.highlight: {}
- pymdownx.superfences: {}
- pymdownx.inlinehilite: {}
- toc:
permalink: "#"
toc_depth: 3