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

Hello! Following #1581, I found the time to create a sort of Minimal Reproducible Examples for some issues I'm having with exporting a set of notes I'm writing to PDF....

bug

there are 2 execution modes available: - at build-time using `myst --execute` - at read-time using a jupyterlite - or binder - kernel as far as I can tell using...

enhancement

We currently do not have a way to have integrated redirects for a project (e.g. if a page moved, etc.). It would be good to get a basic solution together....

This should be considered a sub-item in #2019 (someone with write access, please add it to that umbrella issue) In JB1 it was possible to set `nb_kernel_rgx_aliases` in the conf...

enhancement

There is no code cell in https://mystmd.org/sandbox; I would find it to be nice to include it as we try to switch over more and more notebook repositories that rely...

I'm using Jupyter Book 2.0 to build a book as a website and PDF as follows: ```bash jupyter book build --html --pdf ``` In addition to PDF output, it would...

enhancement

## Description When exporting a MyST file to PDF through LaTeX, references to `{prf:definition label="lbl"}` blocks that are meant to show a custom text (defined in Markdown with hyperlink syntax...

bug

I'm unsure what is happening; it seems there is an issue with the PDF export (only). - myst v1.6.1 - python 3.13 ## Description I have some notebooks that I...

bug

If there is a long page in a hoverover then scrolling works weirdly, the hoverover is scrolled along with the main page. Moreover, if the hover page is too long...

bug

If a code directive is missing the language argument it would be nice to include the line number of the file in which this came from. Ideally the link to...

enhancement