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

Jupyter currently supports creating math macros like: ``` $\newcommand{\a}{\alpha}$ $\a$ ``` However, mystmd requires these to be defined in the frontmatter. To be compatible with jupyter-lab and notebooks, we should...

enhancement

Fixes #1971 ## Env-var cache busting (page frontmatter) This PR adds support for defining particular environment variables upon which the cache key for execution depends. For example ```yaml execute: env:...

documentation
enhancement

> [!Important] > This doesn't patch the `fetch` we use for template downloads, so you'll need to pre-fetch those by running `myst init`. I often have good stretches of time...

enhancement

Content directories named `build/` trigger repeated 404 errors during `jupyter book build --html`, causing builds to fail in strict mode. Example project structure: ``` docs/ β”œβ”€β”€ myst.yml └── build/ └──...

bug

Add material to the Developer Guide detailing how to build a static site against a local theme, and how to connect a step debugger to the node process.

documentation

## Description When I run myst build *.md --pdf it no longer works. This was working several months ago. ## Error Error: ENOENT: no such file or directory, open ~\_build\temp\mystTJXTW4\*.log...

bug

The MyST [User Guide](https://mystmd.org/guide/seo-and-social#sitemap-xml) says that `The sitemap.xml is always created and is accessible through [sitemap.xml](https://mystmd.org/sitemap.xml)`. However, I could not find the `sitemap.xml` for my site. - Repo: https://github.com/giswqs/myst-demo -...

bug

## Description When using the `embed` directive to reuse an image or figure, if the images path is a local path (_e.g._ `../figures/img1.png`), the image will not appear. It seems...

bug

Included the use of extends for - export to pdf, including all options in an export.yml file - create a toc.yml file for a very long toc

documentation

Given the code: ``` - [x] Create a markdown cheat sheet - [x] Publish online - [] Let others test ``` There is a hard enter between the checkbox and...

bug