`@frontity/html2react` no longer supports the field `ignore` in processors

Hi there,

I found myself wanting to set the ignore property of a node from a processor with the intention of preventing html2react to apply any other processors to this node or it’s children. I don’t exactly remember how this worked in the past but it does not work that way now.

Currently the docs talk about this property, but the code does not have that functionality anymore.

I’m guessing the code is right and that the docs need to be updated.

In addition, do you have any suggestion to achieve the behavior I’m after? The only way I can think of is creating a React component for the node that renders the node as children.

Let me know if you can think of a better way!

PS: By the way, is there a reason why this functionality no longer exists?

EDIT: I realized that my idea doesn’t work and I cannot find a way to prevent html2react from processing a node.