Replace markdown-include dependency with mkdocs-include-markdown-plugin
This commit is contained in:
parent
e8067f4e01
commit
fc67185987
41 changed files with 43 additions and 44 deletions
|
|
@ -39,6 +39,8 @@ plugins:
|
|||
- exclude:
|
||||
glob:
|
||||
- "**/include-*.md"
|
||||
- include-markdown:
|
||||
encoding: utf-8
|
||||
|
||||
# https://squidfunk.github.io/mkdocs-material/extensions/admonition/
|
||||
# https://facelessuser.github.io/pymdown-extensions/
|
||||
|
|
@ -56,9 +58,6 @@ markdown_extensions:
|
|||
- pymdownx.tasklist
|
||||
- pymdownx.snippets:
|
||||
check_paths: true
|
||||
- markdown_include.include:
|
||||
base_path: content/includes/
|
||||
encoding: utf-8
|
||||
- toc:
|
||||
permalink: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue