mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
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...
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 - [ ]...
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...
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...
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.   Replaces https://github.com/jupyter-book/mystmd/pull/1452/
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....
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...