Skip to content

Commit

Permalink
Add markdown admonition extension (#14303)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bituvo committed Jan 26, 2024
1 parent 4158759 commit df9975f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/mkdocs/build.sh
Expand Up @@ -17,6 +17,7 @@ markdown_extensions:
- pymdownx.superfences
- pymdownx.highlight:
css_class: codehilite
- gfm_admonition
plugins:
- search:
separator: '[\s\-\.\(]+'
Expand Down
3 changes: 2 additions & 1 deletion doc/mkdocs/requirements.txt
@@ -1,3 +1,4 @@
mkdocs~=1.4.3
pygments~=2.15.1
pymdown-extensions~=10.3
pymdown-extensions~=10.3
markdown-gfm-admonition~=0.1.0

0 comments on commit df9975f

Please sign in to comment.