We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fcb47c + 2064c18 commit ae19fcbCopy full SHA for ae19fcb
1 file changed
mkdocs.yml
@@ -52,6 +52,9 @@ theme:
52
text: Inter
53
code: Chivo Mono
54
55
+ # CODE STYLES
56
+ hljs_style: monokai
57
+
58
# Extra JS files
59
extra_javascript:
60
- assets/javascript/msdl.v1.js
@@ -96,7 +99,15 @@ markdown_extensions:
96
99
- tables
97
100
- toc:
98
101
permalink: true
- - 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
111
- pymdownx.superfences
112
- pymdownx.details
113
- pymdownx.tabbed
0 commit comments