mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
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...
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...
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...
## 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...
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.
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...
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: 
If I have a lengthy admonition, the pagebreak is not correct. It tries to present the whole content on a single page.
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 }...