-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
As You may be aware I'm trying to adopt the Myst AST in papyri, and I'm missing some flexibility in code blocks.
In particular before moving to Myst AST my code block were more structured, and I was able to have links for each token, so that say clicking on array
in a code block that contain np.array
to open the relevant docs.
Proposal
Do you believe it would make send to have code-block be able to contain a list of children that are inline items instead of a value ? The other things this would allow it to potentially highlight individual token differently, like make some bold and/or and help the syntax highlighting by precomputing it for each token.
Tasks and updates
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request