mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
Navigate to https://book.the-turing-way.org/collaboration/informal-chats#schedule-the-coffee-chat Click on any of the bottom right-hand navigation items. The page scrolls, but the clicked item is not highlighted. Having implemented these before, I can make a...
I am using the following code to represent two figures side by side: ``` :::::{grid} 2 ::::{grid-item} :::{figure} assets/fish_swimming.svg :label: fish_swimming :alt: Fish swimming with its body in a curve...
## Enhancement While testing the new alpha release for Jupyter books, we noticed unusual formatting issues when exporting tables to PDF. This problem doesn't occur in Sphinx, as it supports...
The [Scientific Python project](https://scientific-python.org) develops tools, standards, and community across the ecosystem of open source tools for scientific python. They have been developing [a Hugo theme](https://theme.scientific-python.org/) that mirrors the PyData...
I am working on a repository here: https://github.com/atharvaaalok/geosimilarity and have launched docs for it using MyST markdown. Markdown files are in the `docs/` folder. I would like to generate API...
Tables produced by Pandas cells (e.g. preview of pandas table) render with the zerbra-striped rows, which is actually nice for readability and looks great in light mode, but for some...
## Description If the user has a `.latexmkrc` file somewhere in a parent directory, then this will be included, potentially breaking the LaTeX build. For example, when trying to build...
While trying to read through and follow the Executable Markdown Files docs, I ran into some issues that could be clarified: 1. To run code, you must install at least...
For example (see second line):  Possible improvements: - https://github.com/KaTeX/KaTeX/issues/1233#issuecomment-851040169 These could be run at build time for the elements. I need to investigate a bit more about the consequences...
## Description Animated `webp` is supported by Jupyter as an output of a code cell. When I open and run a MyST markdown file containing such a code cell in...