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
trafficstars

as of today, to the best of my knowledge, one can use an alternate/custom theme by specifying in `myst.md` e.g. ```yaml site: template: https://github.com/myst-templates/book-theme/archive/de4c1e9c09c6cd12fc529c1f22e8abf8e7f35381.zip ``` in this example, the zip...

enhancement

implement an idea described in https://github.com/jupyter-book/mystmd/issues/2317 specifically, this allows a theme endpoint to define a 'download' key as being e.g. "download": "https://github.com/jupyter-book/myst-theme/book.release" and then rewrite it into https://github.com/jupyter-book/myst-theme/releases/download/main/book.zip

I was looking at the [jupyter book workshop template](https://github.com/jupyter-book/workshop-template) with @pancakereport, and we noticed the `project` authors were not appearing on individual pages. Looking at the underlying page JSON data,...

enhancement

When I have a code block like so: `````` ```{code} python :linenos: print("Hello, world!") print("Good night, moon!") print("I'm a monster! Don't look at me!") ``` `````` If I only want...

bug

With Jupyter Book v1, I was able to easily download individual pages as a PDF or in its original file format (.md, .ipynb). Now with Jupyter Book v2, I can...

enhancement

This adds a little message in the logs for "discovering" a Jupyter Book 1 book. It gives the command to *not* upgrade in case people want to pin the version.

enhancement

The icon bar disappears from the screen when scrolling down. When spotting a issue and trying to find the "edit this page" one has to scroll up. Moreover, a colleague...

enhancement

in all thebe-powered pages that I can find, the right arrow button that is supposed to let us run the cell code has a teasing behaviour - see attached screencast...

bug

Fixes https://github.com/jupyter-book/mystmd/issues/2338 by _always_ setting the children of the `crossReference`, solving the problem of mis-matched capitalisation. I'm not sure if there are any drawbacks to this approach — any objections...

enhancement

Pages like this one: https://mystmd.org/guide have content that autoplays. While some readers appreciate this type of web design choice, for others it is distracting to the point that it's quite...

enhancement