mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
## Proposal Sphinx's glossary directive supports aliases: ```rst .. glossary:: Term A Term B This is a definition ``` It would be nice to support this feature _without_ introducing new...
Currently if you execute a notebook and it returns errors, you get a MyST log message like: ``` ⚠️ notebooks-with-markdown.md An exception occurred during expression evaluation, halting further execution ⛔️...
The MyST documentation has [a single `.ipynb` file](https://github.com/executablebooks/mystmd/blob/main/docs/interactive-notebooks.ipynb) and assumes that this file has pre-executed content inside. The docs are built without the `--execute` flag so no computation happens. I...
I was trying to wrap my head around the documentation here, and found it confusing to figure out how the file structure of the `docs/` folder maps on to the...
It is possible to remove cells with the `remove-cell` metadata tag. This causes the cell not to show up in the build output. However, it also means that any outputs...
When building a web site, nested file names are flattened and replaced with slugs: https://mystmd.org/guide/table-of-contents#nesting-of-files-in-urls While I can see the value for the end-user (simple urls), there are use cases...
## Proposal It would be great if one could include computational output - stored either in a Jupyter notebook or a separate file - inline and formatted just as normal...
Currently, inserting a variable or a cell output with `{embed}` inserts a **block-level output** even if the embed syntax is written in-line with text around it. It would be useful...
This PR includes [Tectonic](https://tectonic-typesetting.github.io/) as a LaTeX build engine instead of `latexmk`. However, I let `latexmk` in the code as a fallback option. The warning in _packages/myst-cli/src/build/pdf/create.ts_ is extended with...
This issue is for tracking the problem of distributing plugins - Determine best practice for authoring and publishing (maybe bundled) plugins to NPMJS - Determine if module-federation is _too_ heavy....