Skip to content
Snippets Groups Projects
Unverified Commit feae9070 authored by David Foster's avatar David Foster Committed by GitHub
Browse files

:books: DOCS: Fix syntax for MyST-NB link (#1431)

parent fa7ae204
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ Notebooks with Markdown can be read in, executed, and cached by Jupyter Book (se
This allows you to store all of your notebook content in a text format that is much nicer for version control software, while still having all the functionality of a Jupyter notebook.
:::{note}
MyST notebooks uses [MyST-NB to convert between ipynb and text files][myst-nb:index].
MyST notebooks uses [MyST-NB to convert between ipynb and text files](myst-nb:index).
See its documentation for more information.
:::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment