mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
Building a trivial site from the following Markdown (duplicated into `test.md` and `test2.md`), the generated navigation points to `test2`, not `test2.html`. Content: `````markdown # Test! Hello world :::{note} A Note!...
### Which area is this feature request for? Website User Interface ### Describe the feature you'd like to request Using jupyter-book it is possible to modify the source code after...
## Description Navigating a static page seems to be broken when hosted on RTD. The files are there, but the path `/quickstart` does not automatically translate to `/quickstart.html` ## Workaround...
$ myst -v v1.1.46 According to the [--keep-host docs](https://github.com/executablebooks/mystmd/blob/main/packages/myst-cli/docs/reference.md#myst-start) this should use the $HOST env variable rather than localhost. This appears not to be the case. 1. Whether it's started...
There are some changes we made to parsing latex subequations and for align environments to allow these to be picked up and translated to both JATS (used for archiving scientific...
I have not figured out why, but with `revtex4-2`, I can't get the glossaries to work. In such cases it would be nice to have a way to disable the...
Suppose I want to check both `pdf` file and the hosted page. With `myst build --watch` I can actively work on a document since `Okular` simply auto-reloads when I make...
From a quick search [^1] it seems that `authors` field supports the `id` field right? This could be documented similar to the [affiliations section](https://mystmd.org/guide/frontmatter#affiliations) Well, it seems only partially usable....
## Description There is some issue with the dbus handling and I am not sure on which side this issue originates ```console $ myst build --all ... 🌠 Converting 3...
Firstly there should be a JSON schema to handle the validation. But then it would be nice to upload them to https://github.com/SchemaStore/schemastore `pyproject.toml` might be a good reference for how...