Syntax documentation, myst-parser vs mystmd, and sphinx-myst --help #890
Replies: 1 comment 1 reply
-
There are a few questions to answer here. I'll start with distinguishing MyST-MD and MyST-Parser. MyST is a dialect of Markdown that adds useful features for scientific writing. These features were originally taken from ReST, but now MyST is evolving with its own specification (c.f. https://mep.mystmd.org and https://mystmd.org/spec).
As for using the |
Beta Was this translation helpful? Give feedback.
-
Question
I added
colon_fence
tomyst_enable_extensions
. In issue 493, Chris shows nesting directives, so a user could write::::{note}
```{note}
~~~{note}
Is the tilde (~) officially documented? If so, where?
Question
If the main MyST-Parser documentation is https://myst-parser.readthedocs.io/, what is https://mystmd.org?
Suggestion
I would like any markdown document using the MyST extension, to only use the MyST implementation of any syntax/feature. Given that, it would be nice if there was a command like:
This would be similar to, but not limited to, the following examples:
The benefit would be, from the command line the user could get a quick overview of currently supported features and syntax, and hopefully it could be self-documenting and no developer time after the initial creation.
I'm working on a conversion project. Sphinx+MyST and the sphinx-book-theme have been a pleasure to use.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions