Skip to content

Commit

Permalink
some md extensions for nicer formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmarzouk committed Feb 27, 2024
1 parent cac683a commit 1ad1aac
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ site_name: SOPRANO
nav:
- Home: index.md
- Installation: installation.md

theme:
name: material
name: material
features:
- content.code.copy
markdown_extensions:
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences

0 comments on commit 1ad1aac

Please sign in to comment.