mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
## Proposal Currently `myst build --execute` runs executable content asynchronously. However, when notebooks depend on one another, achieving synchronous execution requires hacky solutions, such as making one notebook wait for...
- **fix: allow options key in toc with parts** Closes #1796
## Description The following citation ``` [@10.1107/S0567739469001045; @10.1107/S0567739469001057] ``` seems to break the DOI linker -- resulting in a duplicate citation: Note the two dois resolve properly using the tool...
Currently, we only support text-based notebooks via the `{code-cell}` directive and `{eval}` role. Jupyter Book v1 supports any file format that [Jupytext](https://jupytext.readthedocs.io/en/latest/) supports, which is a wide variety of text-based...
Building multiple export types from the same source would be improved if there was an option to include some content in only one export type. For example, if I want...
When running ``` myst build ``` Myst currently produces this warning: ``` ⚠️ myst.yml Loading project from path with no config file: Consider running "myst init --project" in that directory...
## Proposal Currently it appears that all documents are processed at the same time in parallel. When using an executable plugin, this results in a process for each document. In...
## Proposal Currently there is no way to add images inline to text like so:  Image/figure directives and even inline html create a new paragraph for the image, separating...
## Description If you have a citation in the frontmatter, something like: ``` --- title: My Paper abstract: |- My abstract. See citation [paper](doi:10.1126/sciadv.abl4354). --- ``` it will not render...
## Description mystmd doesn't render the `text/html` MIME-type if it is present when the `{eval}` role is used. I produced an explainer/reproducer repository over here: https://github.com/bryanwweber/mystmd-mime-ignored-repro This is a significant...