Skip to content

Commit

Permalink
Enable admonition extension (#1636)
Browse files Browse the repository at this point in the history
In PR #1634 I have added an admonition note.
I assumed that the admonition extension was enabled, but it was not. I apologize John.

I have now enabled it as per the documentation:
https://squidfunk.github.io/mkdocs-material/reference/admonitions/?h=ad#admonitions
  • Loading branch information
aborruso authored Aug 27, 2024
1 parent ab63732 commit 1fe2645
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,9 @@ nav:
- "What's new in Miller 6": "new-in-miller-6.md"

markdown_extensions:
- toc:
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.superfences

0 comments on commit 1fe2645

Please sign in to comment.