Skip to content

Commit a55cef2

Browse files
docs: added support for "callouts"
mkdocs did not support `> [!NOTE]` syntax, so I added it in manually using a plugin.
1 parent e333fa5 commit a55cef2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
mkdocs==1.6.1
22
mkdocs-shadcn==0.9.8
3+
callouts==0.2.2
34
Pygments==2.19.2
45
mkdocstrings-python==2.0.1
56
pymdown-extensions==10.19.1

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ theme:
2121
plugins:
2222
- search
2323
- mkdocstrings
24+
- callouts
2425

2526
markdown_extensions:
27+
- admonition
28+
- pymdownx.details
2629
- fenced_code
2730
- codehilite
2831
- attr_list

0 commit comments

Comments
 (0)