mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Add markdown admonition extension (#14303)
This commit is contained in:
@@ -17,6 +17,7 @@ markdown_extensions:
|
|||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
- pymdownx.highlight:
|
- pymdownx.highlight:
|
||||||
css_class: codehilite
|
css_class: codehilite
|
||||||
|
- gfm_admonition
|
||||||
plugins:
|
plugins:
|
||||||
- search:
|
- search:
|
||||||
separator: '[\s\-\.\(]+'
|
separator: '[\s\-\.\(]+'
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
mkdocs~=1.4.3
|
mkdocs~=1.4.3
|
||||||
pygments~=2.15.1
|
pygments~=2.15.1
|
||||||
pymdown-extensions~=10.3
|
pymdown-extensions~=10.3
|
||||||
|
markdown-gfm-admonition~=0.1.0
|
Reference in New Issue
Block a user