mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
Sometimes, you want to define content that is *sometimes* included in the build outputs, depending on the output. For example: - As a teacher, you define all of the materials...
## Proposal For html documents, just ignore the field, but for LaTeX documents, keep the environment. This is useful for the `physical_review_journals` which are generally formatted as two-columns environments.
Writing some notes today, I found it hard to embed quotes (even after declaring an escape character). We should investigate this (and fix a typo in the options docstring) We...
When running `myst build --execute` for `numpy-tutorials`, we've noticed issues on some systems with failed builds and hanging/zombie processes. Like all parallel execution issues this is hard to really pin...
## Description If width is not specified, it seems that images are expanded to fill the width of the page (HTML). Possibly get something like `:autowidth:` which defaults to true...
An important component of review workflows is documentation site previews. A common pattern that we have relied on is uploading static builds as artifacts on pr opening/pushes. We were attempting...
It looks like if you have `\text{something_with_underscores}` in a math block, this works in MathJax and Jupyter, but with fail in MyST. This is due to the differences between LaTeX/KaTeX/MathJax:...
Hey I'm facing an issue when porting the following page from jb1 specifically I have a IPython extension `ipythontutor` that streamlines the insertion of an iframe with pythontutor illustrating the...
### Description Many MyST documents represent analyses and computations that require a particular environment in order to run. When MyST is used as an entrypoint into computational environments, it requires...
Previous _toc.yml tocs required an index file to be valid. Similarly, our in-memory project structure requires an index file. This requirement makes some sense for site builds but does not...