From 3d23099863aca5948d640cd35d23a6a5509c3f67 Mon Sep 17 00:00:00 2001 From: Ir1dXD Date: Thu, 22 Nov 2018 19:49:07 +0800 Subject: [PATCH] feat: support math fences support ```math --- mkdocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index b67e44dd..e821ce14 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -300,7 +300,11 @@ markdown_extensions: - pymdownx.mark - pymdownx.progressbar - pymdownx.smartsymbols - - pymdownx.superfences + - pymdownx.superfences: + custom_fences: + - name: math + class: arithmatex + format: !!python/name:pymdownx.arithmatex.fence_mathjax_format - pymdownx.tasklist: custom_checkbox: true - pymdownx.tilde -- 2.11.0