From de46e274d89550a3a89e7259bcf78990068becc1 Mon Sep 17 00:00:00 2001 From: Julius Busecke <julius@ldeo.columbia.edu> Date: Fri, 13 Jan 2023 05:09:21 -0500 Subject: [PATCH] Add link to default myst extensions (#1908) --- docs/content/figures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/figures.md b/docs/content/figures.md index ebcc72c7..ce25b4b1 100644 --- a/docs/content/figures.md +++ b/docs/content/figures.md @@ -60,7 +60,7 @@ To parse raw HTML image syntax, enable the `html_image` extension to your list o parse: myst_enable_extensions: # don't forget to list any other extensions you want enabled, - # including those that are enabled by default! + # including those that are enabled by default! See here: https://jupyterbook.org/en/stable/customize/config.html - html_image ``` -- GitLab