Skip to content

Commit ae19fcb

Browse files
authored
new code style for the documentation
new code style for the documentation
2 parents 1fcb47c + 2064c18 commit ae19fcb

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

mkdocs.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ theme:
5252
text: Inter
5353
code: Chivo Mono
5454

55+
# CODE STYLES
56+
hljs_style: monokai
57+
5558
# Extra JS files
5659
extra_javascript:
5760
- assets/javascript/msdl.v1.js
@@ -96,7 +99,15 @@ markdown_extensions:
9699
- tables
97100
- toc:
98101
permalink: true
99-
- pymdownx.highlight
102+
- pymdownx.highlight:
103+
linenums: true
104+
anchor_linenums: true
105+
line_spans: __span
106+
pygments_lang_class: true
107+
use_pygments: true
108+
auto_title: true
109+
noclasses: true
110+
pygments_style: one-dark
100111
- pymdownx.superfences
101112
- pymdownx.details
102113
- pymdownx.tabbed

0 commit comments

Comments
 (0)