We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8965997 commit 0b98b03Copy full SHA for 0b98b03
mkdocs.yml
@@ -68,6 +68,7 @@ markdown_extensions:
68
- attr_list
69
- def_list
70
- footnotes
71
+ - github-callouts
72
- markdown_svgbob:
73
min_char_width: 0
74
- pymdownx.details
pyproject.toml
@@ -48,6 +48,7 @@ dev-mkdocs = [
48
"Markdown == 3.5.2",
49
"black == 24.2.0",
50
"frequenz-repo-config[lib] == 0.9.1",
51
+ "markdown-callouts == 0.4.0",
52
"markdown-svgbob == 202112.1022",
53
"mike == 2.0.0",
54
"mkdocs-gen-files == 0.5.0",
0 commit comments