From a3564a1a166618d1b0dc4cd586bc9814aaa3c805 Mon Sep 17 00:00:00 2001
From: ChrisChinchilla <chris@chronosphere.io>
Date: Mon, 10 Aug 2020 13:57:58 +0200
Subject: [PATCH] Update MKDocs extensions to include admonitions and remove
 critic markup

---
 mkdocs.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index ddf0e56153..352ed75b0e 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -39,10 +39,11 @@ markdown_extensions:
   - pymdownx.betterem:
       smart_enable: all
   - pymdownx.caret
-  - pymdownx.critic
   - pymdownx.details
   - pymdownx.emoji:
       emoji_generator: !!python/name:pymdownx.emoji.to_svg
+  - pymdownx.highlight:
+      use_pygments: true      
   - pymdownx.inlinehilite
   - pymdownx.magiclink
   - pymdownx.mark
@@ -53,6 +54,7 @@ markdown_extensions:
   - pymdownx.tasklist:
       custom_checkbox: true
   - pymdownx.tilde
+  - admonition
 
 pages:
   - "Introduction": "index.md"