mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
Probably not the proper way to do it Closes #978
Basically add a global/directive option for `placement` which would overwrite the placement `bracketOpts`: - `auto`: let LaTeX engine decide where to place - a specific value like `ht`: Use that...
One would expect to be able to add to the list of package imports via ```yaml exports: - format: pdf+tex imports: - physics ``` But this currently has no effect....
## Description Numbering options can be customized in frontmatter for figures, headings, equations, even unknown kinds: ``` numberings: headings: true figure: template: Fig. %s unknown-kind: true ``` It should also...
## Description On narrow screens with the book theme, some of the UI elements start to overlap or become squished. For example the site logo and the light/dark button. Here's...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
This addresses https://github.com/jupyter-book/mystmd/issues/190 It replicates the Sphinx functionality described here: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#index-generating-markup There is an `index` role, `index` directive, and `genindex` directive to locate the index. (This last feature is slightly...
This will align with future plans to add a `kind` to all node types.
As of Myst 1.2.7 a toc entry in `myst.yml` such as ``` - file: bla.md title: The Bla ``` produces an HTML table of content with the title for this...