From 42ab8d5e04d35e15e08fb8327ebaa9f326729a6a Mon Sep 17 00:00:00 2001 From: eggy Date: Sun, 20 Sep 2020 15:18:20 -0400 Subject: [PATCH] setup: enable admonitions and set theme to material --- mkdocs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 01e52be..e90df9f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,12 +8,15 @@ nav: - IB Resources: resources.md theme: - name: materia + name: material markdown_extensions: - mdx_math: add_preview: True enable_dollar_delimiter: True + - admonition + - pymdownx.details + - pymdownx.superfences #extra_css: [ # 'https://cdn.jsdelivr.net/npm/katex/dist/katex.min.css'