-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Colon fences are in use in all of the implementations of MyST, however, are not yet defined in the myst-spec.
We should add these and document the current behaviour that we can then improve upon in the future.
The colon_fence extension [..] works exactly the same as normal
```code fences, but using:::delimiters.
:::{admonition} The title
:class: note
This note contains *Markdown*
:::
E.g. documented in JupyterBook here:
- https://jupyterbook.org/en/stable/reference/_changelog.html?highlight=colon#deprecations
- https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md#0130---2020-12-18
I think that this needs to come in before #12, as that may require colon fences.
Some text that I have used on when to use each syntax:
Pointers to other projects:
Metadata
Metadata
Assignees
Labels
No labels