Skip to content

Commit 0b98b03

Browse files
committed
Add github-callouts markdown extension
This allows us to use [GitHub Alerts] in our markdown files, so admonitions can render nicely on GitHub too. [GitHub Alerts]: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 8965997 commit 0b98b03

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
@@ -68,6 +68,7 @@ markdown_extensions:
6868
- attr_list
6969
- def_list
7070
- footnotes
71+
- github-callouts
7172
- markdown_svgbob:
7273
min_char_width: 0
7374
- pymdownx.details

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ dev-mkdocs = [
4848
"Markdown == 3.5.2",
4949
"black == 24.2.0",
5050
"frequenz-repo-config[lib] == 0.9.1",
51+
"markdown-callouts == 0.4.0",
5152
"markdown-svgbob == 202112.1022",
5253
"mike == 2.0.0",
5354
"mkdocs-gen-files == 0.5.0",

0 commit comments

Comments
 (0)