mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
This is a staging ground for launching other issues. - [ ] Would be nice if SVGs were used as (AFAIU) `` rather than ``, so that e.g. links within...
For me, two use cases motivate this proposal: 1. Easy experimentation with different templates without having to edit the source md/ipynb files. This is particularly useful in the case of...
## Proposal MyST has support for disabling certain kinds of errors using the `error_rules` configuration. However, this is designed to warn-by-default. We should add support for opt-in errors, which likely...
This is somewhat related to #1816, and the use case is basically the same: easy batch handling of md/ipynb conversion where users don't modify their source files. Having a custom...
## Proposal Use shiki, https://shiki.style/, as the syntax highlighting library for mystmd. It uses the same syntax highlighting engine as vscode and has very good tooling. - It uses TextMate...
This PR starts the process of upgrading our internals to use `unified@^11`, `@types/mdast@^4`, and `@types/unist@^3`. We will need to make this change _at some point_, and given the nature of...
Authors commonly want to support more complex, different, or custom renderer outputs than what MySTMD supports out of the box. For example, if you wanted to support more specific Latex...
This is a slightly more robust way to do things. @rowanc1 thanks for flagging this before we ran the tutorial.
## Proposal Generated content like Markdown, LaTeX, and tables should be parsed from code-cell outputs into MyST AST. This will enable code-cells to generate content that participates in static export...
slight changes in page 'Executable Content → Execute during build' mostly try to improve the right-hand-side toc for this page - shorter title for section on suppressing raw outputs (with...