mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
## Proposal A number of paper templates that I work with use the latex environment ``` \begin{summary} Abstract text here \end{summary} ``` It looks like MyST will automatically recognize the...
An example: ````markdown We can then list the contents of this book (see [](#legacy-contents)), ```{code} shell :caption: Contents of a {term}`Legacy Book` created using the `jupyter book create` command. :name:...
It's not clear how to write MyST notebooks to work with jupytext. We should probably expand our documentation to talk about block breaks, etc.
As explain here (https://pbelmans.ncag.info/blog/2011/02/20/why-latex-beamer-needs-fragile-when-using-verbatim/), using verbatim environment in beamer require the use of [fragile] option. Without it we get an error and the verbatim is not well displayed. That's why...
1. This would allow us to have multiple kinds of local execution with unique IDs. 2. Allow frontmatter to specify execution strategy e.g. per page. 3. Allow CLI to override...
E.g. On my website ```yaml name: Angus github: ... ``` or via a GitHub / ORCID ID? How do we deal with "time of snapshot" here?
## Proposal From @agoose77 Long term I would be in favour of only detecting URIs with schemes on them, e.g. google.com -> google.com https://google.com/ -> See comments here: https://github.com/executablebooks/mystmd/pull/1363#issuecomment-2196883789
## Proposal We already read this configuration for Thebe, so let's also use it for local execution where it is given.
## Description Currently if equation numbering is on, _all_ equations are numbered, whether or not they have a `label`. We should allow non-numbered equations in an article with other numbered...
## Description On loading `myst.yml`, we convert paths to absolute: https://github.com/executablebooks/mystmd/blob/main/packages/myst-cli/src/config.ts#L359 - this means we never have to worry about resolving relative paths later on when dealing with these fields....