How to exclude Marks from beeing added to a NodeType

You could use filterTransaction to ensure marks aren’t added in places where you don’t want them. Or just allow the marks to exist and cut them out in your HTML serializer.

1 Like