mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
This issue is motivated by recent problems with slow DOI loading. In those cases, after running `myst start` everything just seemed to freeze for a long time before the built...
When running `myst build` in a large project, the resulting log messages are quite verbose and only available in the console. This means (1) errors early in the build may...
In order for a figure to be numbered, it currently must have a label. This feels unintuitive - if I have a figure which I do not reference anywhere in...
Currently, if a label is repeated in the source content, MyST raises a warning but keeps the repeated label. This leads to non-deterministic cross-reference resolution as well as funny behavior...
If a project does not have an explicit `thumbnail`, MyST will pull the first static image from the first page of the project. However, it does not use: - gifs...
## Description If file A `include`s file B but there is an error in file B, the warning/error logged to the console will give the name of file A but...
We had a wonderful conversation this morning with the TuringWay team on how best to support the TuringWay team in their adoption of JupyterBook v2, which will be using `mystmd`....
Currently `exclude` in the project config does 2 things: - prevents those files from getting added to the implicit project toc - prevents those files from being watched during `myst...
I have vs-code in auto-save mode whenever I mess with my `myst.yml` config file, and auto-save decides to save an unfinished, `myst start` crashes abruptly in these situations I find...