mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
CC @mwouts ## Proposal MyST frontmatter must currently be included in Jupyter notebooks as a leading markdown cell. Would you also support including frontmatter in Jupyter notebooks as a leading...
Fixes #1932
Work in progress to allow for parsing of inline attributes. - [x] Improve the parsing of attributes without quotes - [x] Apply this to directives as well (dry up code...
The [docs](https://mystmd.org/guide/embed) describe the inline and explicit syntaxes for `{embed}` as equivalent. However, I have a document with: ``` # Explicit Embed: :::{embed} #mylabel ::: # Inline Embed:  ```...
### What happened, and what did you expect to happen? When I run the command [from the documentation](https://next.jupyterbook.org/start/publish#github-pages): `jupyter-book init --gh-pages` from the root of the GitHub repository, it gives...
## Description **version**: 1.3.25 Inside a jupyter notebook, if I use the the `remove-input` tag as documented to hide the input, the website on `localhost:3000` hides the jupyter notebook cell...
I have a document with a block that reads ``` :::{toctree} :titlesonly: :glob: attic ::: ``` But upon running `myst start`, I get at the terminal: ``` ⚠️ research/index.md:147 unexpected...
It can be useful to have pages that define content (executable outputs, markdown snippets, etc) that are solely meant for re-use in a book, and aren't part of the book...
I am wondering what the best way to add roles that have multiple attributes that need to be set, but no content. For example, creating a simple example for reactive...
Thanks to #670 and `site.options.folders`, it is now possible to produce a web site whose folder structure matches the folder structure of the source directory. However there remains some directory...