Skip to content

Commit ae6e349

Browse files
committed
Add github-callouts extension to mkdocs
This extension allows using a GitHub compatible admonitions syntax, so admonitions can also be rendered nicely when the markdown file is rendered by GitHub. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 7581646 commit ae6e349

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ markdown_extensions:
6767
- attr_list
6868
- def_list
6969
- footnotes
70+
- github-callouts
7071
- pymdownx.details
7172
- pymdownx.highlight:
7273
anchor_linenums: true

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ dev-mkdocs = [
6565
"black == 25.1.0",
6666
"Markdown==3.8.2",
6767
"mike == 2.1.3",
68+
"markdown-callouts == 0.4.0",
6869
"mkdocs-gen-files == 0.5.0",
6970
"mkdocs-literate-nav == 0.6.2",
7071
"mkdocs-macros-plugin == 1.3.7",

0 commit comments

Comments
 (0)