Skip to content

Commit

Permalink
Update site configuration for code blocks and definition lists
Browse files Browse the repository at this point in the history
- Edit `mkdocs.yml`
- Add support for definition lists
- Syntax highlighting
  • Loading branch information
michaelryanpeter committed Mar 13, 2024
1 parent 3d35f00 commit 2ee4a3b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,15 @@ nav:
- Explore extensions available for installation: 'Tasks/explore-available-packages.md'
- Installing an extension: 'Tasks/installing-an-extension.md'
- Deleting an extension: 'Tasks/uninstall-an-extension.md'

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

0 comments on commit 2ee4a3b

Please sign in to comment.