From 54b18c441dc07b84729b900e559498d60104bd34 Mon Sep 17 00:00:00 2001 From: heyarne Date: Thu, 4 Mar 2021 08:54:10 +0000 Subject: [PATCH] Enable amsmath --- _config.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/_config.yml b/_config.yml index 015cf2d..1c5aa17 100644 --- a/_config.yml +++ b/_config.yml @@ -16,5 +16,20 @@ repository: url: https://github.com/heyarne/remote-sensing-for-journalism html: use_repository_button: true + +parse: + # defaults are extended to include amsmath + # see https://jupyterbook.org/customize/config.html?highlight=default#configuration-defaults + myst_enable_extensions: + - amsmath + - colon_fence + # - deflist + - dollarmath + # - html_admonition + # - html_image + - linkify + # - replacements + # - smartquotes + - substitution exclude_patterns: [_build, .cache, .config, .local, .npm, Thumbs.db, .DS_Store, "**.ipynb_checkpoints"]