Skip to content

Commit d133e2b

Browse files
committed
added highlighting for code blocks
1 parent 5939fbc commit d133e2b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

mkdocs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,21 @@ theme:
1010
text: Noto Sans
1111
language: en
1212
palette:
13+
scheme: slate
1314
primary: black
1415
accent: deep purple
1516
features:
1617
- header.autohide
1718
- navigation.top
19+
- content.code.copy
20+
markdown_extensions:
21+
- pymdownx.highlight:
22+
anchor_linenums: true
23+
line_spans: __span
24+
pygments_lang_class: true
25+
- pymdownx.inlinehilite
26+
- pymdownx.snippets
27+
- pymdownx.superfences
1828
plugins:
1929
- search
2030
- social

0 commit comments

Comments
 (0)