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

Missing math symbols when converting to `typst`. So far I got errors for \dfrac, \argmin. Is there a way to solve those? Maybe a way to inject custom operators in...

bug

Typst doesnt understand aside:

bug

This improves the markdown formatting output. - [x] merge #2241 - [ ] Have a path forward on how to store parsed directive/option/body data on the nodes - [ ]...

enhancement

This PR closes #2017 by adding a new `myst templates start` command. This command enables using MyST locally to preview remote builds. It also performs some refactoring to split out...

enhancement

This updates our releases documentation a little bit, with the following main changes: - Refactor it so that there's a section that's generic to any repository, and a few specific...

documentation

Closes #2136 Note: I don't know *whether* #2136 should be handled in the way suggested in the issue, but this does what is requested.

Fixes #2006 Requires that you have `mmdc` installed, the CLI warns you and I have added some docs. Works with typst, tex, docx and jats. ![Image](https://github.com/user-attachments/assets/ccea9b05-fc83-4945-9bce-31f551f0d245) ![image](https://github.com/user-attachments/assets/e1ba76d9-4283-4cf9-aeb7-c540be108473) Replaces https://github.com/jupyter-book/mystmd/pull/1452/

enhancement

This is the subset of the changes from https://github.com/jupyter-book/mystmd/pull/1701 which focuses on the `static` image field, an alternative to `placeholder` that will only be used in static exports, e.g. PDF....

blocked

This spike investigates fusing our single and multi-document pipelines. The motivation for this follows from previous conversations at SciPy 2024 about making more responsive MyST `start` builds, and capturing transform...