mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
docs: Swap mdx_del_ins with pymdownx.tilde
It's actively developed and in the same package as pymdownx.tasklist
This commit is contained in:
committed by
Neil Lathwood
parent
0a97c0a722
commit
f37f3ddff6
@@ -25,7 +25,7 @@ Our docs are based on Markdown using mkdocs which adheres to markdown specs and
|
|||||||
couple of extra libraries:
|
couple of extra libraries:
|
||||||
|
|
||||||
- pymdownx.tasklist
|
- pymdownx.tasklist
|
||||||
- mdx_del_ins
|
- pymdownx.tilde
|
||||||
|
|
||||||
This means you can use:
|
This means you can use:
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ site_dir: out
|
|||||||
site_url: http://docs.librenms.org
|
site_url: http://docs.librenms.org
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- pymdownx.tasklist
|
- pymdownx.tasklist
|
||||||
- mdx_del_ins
|
- pymdownx.tilde
|
||||||
extra_css:
|
extra_css:
|
||||||
- librenms.css
|
- librenms.css
|
||||||
include_next_prev: false
|
include_next_prev: false
|
||||||
|
Reference in New Issue
Block a user