mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
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...
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:...
> [!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...
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/ βββ...
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.
## 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...
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 -...
## 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...
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
Given the code: ``` - [x] Create a markdown cheat sheet - [x] Publish online - [] Let others test ``` There is a hard enter between the checkbox and...