Removed Snippets extension for demonstration purposes

This commit is contained in:
squidfunk 2021-01-12 17:14:41 +01:00
parent 14a7be164f
commit 6cb4c86c77
3 changed files with 2 additions and 4 deletions

View File

@ -81,7 +81,7 @@ _Example_:
```` markdown ```` markdown
The HTML specification is maintained by the W3C. The HTML specification is maintained by the W3C.
--8<-- "includes/abbreviations.md" --8<-- "includes/abbreviations.md"
```` ````
=== "includes/abbreviations.md" === "includes/abbreviations.md"

View File

@ -318,7 +318,7 @@ _Example_:
_Result_: _Result_:
``` ```
--8<-- ".browserslistrc" last 4 years
``` ```
Note that [Snippets][21] is not limited to code blocks, but can be used anywhere Note that [Snippets][21] is not limited to code blocks, but can be used anywhere

View File

@ -132,8 +132,6 @@ markdown_extensions:
repo: mkdocs-material repo: mkdocs-material
- pymdownx.mark - pymdownx.mark
- pymdownx.smartsymbols - pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences: - pymdownx.superfences:
custom_fences: custom_fences:
- name: mermaid - name: mermaid