https://myst-nb.readthedocs.io/
MyST is a rich and extensible flavor of Markdown meant for technical
documentation and publishing. It is designed for simplicity, flexibility, and
extensibility. This package contains a reference implementation of MyST
Markdown, as well as a collection of tools to support working with MyST in
Python and Sphinx. It contains an extended CommonMark-compliant parser using
markdown-it-py, as well as a Sphinx extension that allows you to write MyST
Markdown in Sphinx.
Version: 1.1.2
General Commands | |
mystnb-docutils-html | Generate (X)HTML documents from MyST sources |
mystnb-docutils-html5 | Generate HTML5 documents from MyST sources |
mystnb-docutils-latex | Generate LaTeX documents from MyST sources |
mystnb-docutils-pseudoxml | Generate pseudo-XML from MyST sources |
mystnb-docutils-xml | Generate docutils-native XML from MyST sources |
mystnb-quickstart | Create a basic MyST-NB project |
mystnb-to-jupyter | Convert a text-based notebook to a Jupyter notebook |