Skip to content

Remove directive metadata copied to children #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

fwkoch
Copy link
Member

@fwkoch fwkoch commented Mar 31, 2022

We no longer blindly copy all directive metadata to child.meta. However, this means we need to explicitly set any relevant attributes on the child from the directive during run (or the only way they will be accessible downstream is by traversing back up the tree to the child's parent).

There is something to be said for blindly copying meta - that way markdown-it-docutils doesn't need to decide what is important, it just passes along everything. But it's also nice to be a bit more explicit about what is available on the child.

fwkoch added 2 commits March 31, 2022 02:16
This requires passing any relevant meta info onto the child node
in run instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant