Skip to content

Commit

Permalink
enabling code blocks themes and copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfcabral committed Mar 18, 2024
1 parent 5ebb856 commit ec96258
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,14 @@ nav:

theme:
name: material
features:
- content.code.copy

markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences

0 comments on commit ec96258

Please sign in to comment.