mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
The content table at the right side is not fully scrolling down, hence showing all headings in the page. probably a fix with css is needed
## Description If you have a comment like `` inside an html table, you will get `TypeError: Cannot read properties of undefined (reading 'reduce')` when exporting JATS.
Most of the notebook tutorials I maintain rely on remote data servers to run. Occasionally these produce timeouts and other flaky issues which are resolved after a restart. However, it...
MyST currently supports labeling and referencing equations that are authored in Markdown math blocks and it supports labeling notebook cells to embed or reference their outputs (including figures) by cell...
This tries to improve the discoverability and readability of some project- and page-configuration sections. It does a few things: - Creates a new top-level section for project-wide configuration and setup....
## Proposal Particularly for CI purposes, it would be great to have a version of ``` myst build --execute ``` that exits and reports failure if any code cells raise...
## Description If I have a glossary entry: ``` :::{glossary} Salad : A food that's only worth eating with peanut sauce 🥜 ::: ``` And I reference it with ```...
We added `RuleId` severity to the docs here: https://github.com/jupyter-book/mystmd/pull/2333 However, that PR is scraping the code to infer severity. This script could be fragile if we modify `RuleId` usage in...
Also noted here: https://github.com/jupyter-book/mystmd/issues/1809 ## Proposal [Like Quarto](https://quarto.org/docs/output-formats/html-lightbox-figures.html), support displaying large images in the page at a scaled-down size, with the ability to click them to view the full-size image....
## Description I would like to add notebook level metadata (authors and date) to override the project wide one, yet I run into this datetime issue. I suppose this maybe...