mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
This PR is the first step towards changing our AST for reworking output handling.
This PR adds two warnings with rules allowing them to be disabled, - Warning for images missing alt-text (`image-has-alt-text`) - Warning for images where alt-text was auto-generated, by checking for...
## Proposal Provide some way of executing cells and storing the output for display on other servers without re-executing the cell. ## Additional notes One use case is documenting the...
## Description A simple link to https://doi.org, e.g. `[DOI](http://www.doi.org/index.html)` causes the MyST build to crash with an obscure ```text This format is not supported or recognized ``` error. ## Proposed...
Currently, Typst exports either : - a pdf if the `output` setting is a directory or a file with extension `.pdf` - sources *and* pdf if the `output` setting is...
Is there a way to use the `literalinclude` directive for a particular function? I am using for a function named `automate_training` the following code: ``` :::{literalinclude} assets/utils.py :start-at: automate_training :end-at:...
Users often want to directly include the documentation and the raw source from a function, module, etc in their content. This allows them to write their own content before and...
Currently, you may specify a page-level `enumerator`, e.g. something like `A.%s` which will make all numberings on the page `A.1` instead of `1`. You may also specify `enumerators` directly on...
The Turing Way recently upgraded their book to Jupyter Book 2! This is a short issue to track writing a blog post about it. I've put together a brief draft...
I'm browsing https://book.the-turing-way.org I notice that, when clicking on a side-menu section, that section expands *and then the page reloads*. This is quite jarring! If a page reload is going...