Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ theme:
text: Inter
code: Chivo Mono

# CODE STYLES
hljs_style: monokai

# Extra JS files
extra_javascript:
- assets/javascript/msdl.v1.js
Expand Down Expand Up @@ -96,7 +99,15 @@ markdown_extensions:
- tables
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.highlight:
linenums: true
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
use_pygments: true
auto_title: true
noclasses: true
pygments_style: one-dark
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed
Expand Down