From 6cb4c86c77a479ab6792d258497e0345e5bb835e Mon Sep 17 00:00:00 2001 From: squidfunk Date: Tue, 12 Jan 2021 17:14:41 +0100 Subject: [PATCH] Removed Snippets extension for demonstration purposes --- docs/reference/abbreviations.md | 2 +- docs/reference/code-blocks.md | 2 +- mkdocs.yml | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/reference/abbreviations.md b/docs/reference/abbreviations.md index 7f3531210..2b3c99499 100644 --- a/docs/reference/abbreviations.md +++ b/docs/reference/abbreviations.md @@ -81,7 +81,7 @@ _Example_: ```` markdown The HTML specification is maintained by the W3C. - --8<--​ "includes/abbreviations.md" + --8<-- "includes/abbreviations.md" ```` === "includes/abbreviations.md" diff --git a/docs/reference/code-blocks.md b/docs/reference/code-blocks.md index 9878dd490..f81ff4d07 100644 --- a/docs/reference/code-blocks.md +++ b/docs/reference/code-blocks.md @@ -318,7 +318,7 @@ _Example_: _Result_: ``` ---8<-- ".browserslistrc" +last 4 years ``` Note that [Snippets][21] is not limited to code blocks, but can be used anywhere diff --git a/mkdocs.yml b/mkdocs.yml index 179c2dfb4..688c778e1 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -132,8 +132,6 @@ markdown_extensions: repo: mkdocs-material - pymdownx.mark - pymdownx.smartsymbols - - pymdownx.snippets: - check_paths: true - pymdownx.superfences: custom_fences: - name: mermaid