There have been a few changes to the ast structure downstream that we need to cater for. Mainly there are now general containers that have metadata that were added to let the downstream packages be compatible with docutils. So we need to go through node parsing to check and update.
Proposal
[x] update node names and references in the writer phase
Context
Update to make compatible with
myst-parser<=0.18
myst-nb<=0.16
so that we can update
jupyter-book
There have been a few changes to the
ast
structure downstream that we need to cater for. Mainly there are now generalcontainers
that have metadata that were added to let the downstream packages be compatible with docutils. So we need to go throughnode
parsing to check and update.Proposal
node
names and references in thewriter
phaseTasks and updates
No response