mystmd icon indicating copy to clipboard operation
mystmd copied to clipboard

Command line tools for working with MyST Markdown.

Results 379 mystmd issues
Sort by recently updated
recently updated
newest added
trafficstars

## 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...

enhancement

- **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...

bug

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...

enhancement

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...

enhancement

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...

enhancement

## 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...

enhancement

## Proposal Currently there is no way to add images inline to text like so: ![image](https://github.com/executablebooks/mystmd/assets/9453731/85f1277a-c9cb-45c6-8112-7766c5a0ab2a) Image/figure directives and even inline html create a new paragraph for the image, separating...

enhancement

## 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...

bug

## 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...

bug