Skip to content

Commit

Permalink
docs: enable syntax highlighting and copy button (#147)
Browse files Browse the repository at this point in the history
* docs: enable syntax highlighting
* docs: enable code copy button
  • Loading branch information
rmuraix authored Jan 31, 2025
1 parent 05c45fd commit a2f61b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@ theme:
name: material
palette:
primary: red
features:
- content.code.copy
repo_url: https://github.com/v-iashin/video_features
markdown_extensions:
- admonition
- mdx_truly_sane_lists
- tables
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences

0 comments on commit a2f61b7

Please sign in to comment.