Skip to content
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

Allow multiple processors to run against the same node #128

Open
pauloortins opened this issue Jul 7, 2021 · 0 comments
Open

Allow multiple processors to run against the same node #128

pauloortins opened this issue Jul 7, 2021 · 0 comments

Comments

@pauloortins
Copy link

Today, when the first processor matches a specific node, it executes and the rest of the processor functions are not called. However, some times we need that multiple processors act on the same node.

For example, I can have a processor that add uppercase to links, p, span and h1 and I can have another one where I want to add readonly to the links.

My suggestion is that we can have a property on the processor that we can choose if should skip the rest of the processors or not.

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

No branches or pull requests

1 participant