From cd34ebbc933e4fad281d4707bf01fbe2ca524da1 Mon Sep 17 00:00:00 2001 From: Angela Tran Date: Fri, 12 Jul 2024 21:45:49 +0000 Subject: [PATCH] fix: add extension to be able to use buttons https://squidfunk.github.io/mkdocs-material/reference/buttons --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index f241edfe..c824b502 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -41,6 +41,7 @@ extra_css: markdown_extensions: - admonition + - attr_list - codehilite: linenums: true - pymdownx.inlinehilite