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

LLMs are better at reading some kinds of content than others. In particular, they are highly optimized to read markdown. Making MyST documents easier to read by LLMs may allow...

enhancement

Now that we support user stylesheets, it would be very useful if we could reduce the friction required for users to leverage CSS frameworks/tools in the creation of their style-sheets....

enhancement

Right now, we assume that any image conversion failure is due to missing `imagemagick`. But, not only are multiple converters supported (such as `ffmpeg`), these routines can also seemingly fail...

bug

This issue is a copy of https://github.com/myst-templates/book-theme/issues/5 that @agoose77 asked me to repost here Hi! Thanks for the template! I'd like to have a page with plotly figures but the...

## Description With automatically building the toc (myst init --write-toc) I get a backslash in folder structure (e.g. chapters\h1.md) In building the output with gh, this output is not displayed...

bug

How to migrate \pu{} (physics latex pcakge) to jupyterbook 2. v1.1.6 ## Description I use the physics latex package extensively in my Jupyter book. When migrating to Juypter book 2,...

question

cc @mmcky ## To Do - [ ] Fix redundant `+++` markers in Markdown cells.

enhancement

Asides at present are block elements that interrupt the authoring flow, e.g. ```markdown Hello world. :::{aside} This is an aside ::: Goodbye moon ``` We should make it possible to...

enhancement

## Proposal In https://hackmd.io/Q_to9V1cS-2Q0RGEFFIm7w, we discussed the fact that asides and footnotes are very similar. In https://edwardtufte.github.io/tufte-css/ they're only distinguished by styling (placement). At the AST level, we could merge...

enhancement
AST

There are a few improvements that I would like to improve regarding citations: 1. make them part of the `root` tree, included in a single back-matter element (for easy access...

Maintenance
AST