MyST (Markedly Structured Text) is a reStructuredText-inspired superset of CommonMark. It comes with two major additions: directives and roles:
- Directives are code blocks with a special attribute syntax:
``` {directiveName} arg1 arg2
Contents
```
- Roles are similar to the attributes extension, but come before the inline code:
MyST is supported by the Jupyter Book project.