mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Enable amsmath
This commit is contained in:
parent
b0c01162f0
commit
54b18c441d
1 changed files with 15 additions and 0 deletions
15
_config.yml
15
_config.yml
|
|
@ -16,5 +16,20 @@ repository:
|
||||||
url: https://github.com/heyarne/remote-sensing-for-journalism
|
url: https://github.com/heyarne/remote-sensing-for-journalism
|
||||||
html:
|
html:
|
||||||
use_repository_button: true
|
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"]
|
exclude_patterns: [_build, .cache, .config, .local, .npm, Thumbs.db, .DS_Store, "**.ipynb_checkpoints"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue