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

It's possible to point MyST to a pre-running Jupyter server for in-page execution, but this requires users to manually create the server and configure MyST to point to it. We...

enhancement

Right now it is possible to add videos through an `.mp4`, and the default is to loop, mute and hide the controls. We should open up the options to allow...

user interface

The "[Primary sidebar (table of contents)](https://mystmd.org/guide/website-navigation#navigation-sidebar-primary)" currently displays a site-wide TOC. IMO that only works for a site without much depth in the content hierarchy, like a linear book where...

enhancement

## Description `myst build --html` generates a bunch of *thebe*.js files even if the thebe sections are removed from myst.yml. (Interestingly they are not generated with when there is executable...

bug

I have a `myst.yaml` file but on running `myst start` I get an error and it asks for a `myst.yml` file. Why is this an issue? Shouldn't both `.yaml` and...

https://mystmd.org/guide/in-page-execution#jupyterlite There is a link to read more, that points to the same section.

documentation

Hello! I was wondering if it's possible to have Python files as input, like you can with jupytext. There are pros and cons of writing things in .py files, compared...

enhancement

Currently if you have a `exercise-end` that is in a different block than your start, this will not resolve properly. And result in the following error: ![image](https://github.com/executablebooks/mystmd/assets/913249/82f274b1-35cc-4593-8c9d-c263ef12bcff)

bug

If I have a lengthy admonition, the pagebreak is not correct. It tries to present the whole content on a single page.

bug

The following equation is not rendered correctly in md->typst: $$ \left. \begin{array}{ll} \frac{d\vec{p}_1}{dt} &= \vec{F}_{21} \\ \\ \frac{d\vec{p}_2}{dt} &= \vec{F}_{12} = -\vec{F}_{21} \end{array} \right \} \Rightarrow $$ The final }...

bug