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

In a [The Turing Way working group meeting](https://hackmd.io/VHYQp5EASQ-VQp7yEbWTLA?both#11-04-2024-Infrastructure-Working-Group-Meeting-13), it was put to me > What is the difference between MyST and Sphinx I gave an answer, but I don't think...

Users can define abbreviations in their page or project metadata, and these will then be used for each page's content. Sometimes it's useful to display a list of abbreviations for...

enhancement
good first issue

There should be ways to share glossaries and abbreviations between files, and also between books. ### Discussed in https://github.com/orgs/executablebooks/discussions/870 Originally posted by **TomLav** November 10, 2022 Hello, We are building...

We have [a nice plugins guide in the documentation](https://mystmd.org/guide/plugins) and it mentions the ability to write Transforms as plugins, but there's no example for how to do it. The transforms...

documentation
enhancement

Currently, you can use `{literalinclude}` to include only a subset of a file for inclusion. For example, based on line number of text match. It would be useful if the...

enhancement

## Proposal There were some mentions of LaTeX -> myst and there is the equivalent package, but it is unclear how one would use it. Is it supposed to be...

documentation
enhancement

`downloads` were recently added to `myst-frontmatter` as a way to specify specific files / urls you want available as downloads from your MyST site. From a frontmatter validation point of...

If we have a file `my-file.md` with figure label `fig1`, we can link to this figure using `[](my-file#fig1)` - link resolution handles `#` syntax. However, if we want to _embed_...

Support for table cell alignment is documented here: https://myst-tools.org/docs/mystjs/tables - The alignment is present in the AST, but is not reflected in the HTML, directly in the docs demo: ![image](https://user-images.githubusercontent.com/9453731/219843403-0e4ba502-3430-4f7e-a205-97317ed38bac.png)

bug

Curvenote is sponsoring the 2024 conference proceedings for SciPy, as detailed in [this announcement](https://curvenote.one/news/curvenote-sponsors-scipy-proceedings-2024) which will be using MyST for their build process, there are two modes (1) MyST Markdown;...