From 8be54cc08a15ae32a8dcb896a0ebb20e1545faba Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 25 Sep 2020 08:49:59 +1000 Subject: [PATCH] Update mkdocs.yml Re-add an extension which got removed --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 9fb4f92..d058b3d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -82,6 +82,7 @@ markdown_extensions: - attr_list - meta - pymdownx.details + - markdown.extensions.codehilite - pymdownx.highlight - pymdownx.superfences - pymdownx.emoji: @@ -93,4 +94,4 @@ markdown_extensions: # Global Variables extra: static_folder_source: ./InvenTree/InvenTree/static/ - static_folder_local_default: ./inventree_static/ \ No newline at end of file + static_folder_local_default: ./inventree_static/