-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
enhancementNew feature or requestNew feature or requeststoryFeature request or idea to improve mystjsFeature request or idea to improve mystjs
Description
In order to solve #1026, we need the ability to associate AST subtrees with individual cell outputs. This is not yet supported with MyST's current AST, so this issue tracks the need to extend our AST in way to handle it.
Note that this is not about formalising the AST change; for now, we can assume that our AST spec is not always up-to-date, and over time reduce that.
Definition of done
- Individual
IOutputobjects are represented in the AST as individual AST trees
Related
The following PRs need to converge and be merged in order to close this issue.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requeststoryFeature request or idea to improve mystjsFeature request or idea to improve mystjs
Projects
Status
In Progress