mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
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....
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...
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...
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...
LaTeX/PDF export doesn't respect hyperlink text (`[text](#label)` syntax) when the target is a proof
## 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...
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...
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...
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...