Prevent [`ContentMatch.findWrapping`](https://prosemirror.net/docs/ref/#model.ContentMatch.findWrapping) from returning node types with required attributes.
1.6.1
Bug fixes
Fix a bug where marks were sometimes parsed incorrectly.
1.6.0
Bug fixes
Fix issue where marks would be applied to the wrong node when parsing a slice from DOM.
New features
Adds a new node spec property, [`toDebugString`](https://prosemirror.net/docs/ref/#model.NodeSpec.toDebugString), making it possible to customize your nodes' `toString` behavior.
1.5.1
Bug fixes
Fix an issue where `liftListItem` would, in some circumstances, join lists of different types when they ended up on the same level.
1.5.0
New features
[`ParseRule.getContent`](https://prosemirror.net/docs/ref/#model.ParseRule.getContent) is now passed the parser schema as second argument.
1.4.4
Bug fixes
Fix a regression where `DOMParser.parse` would fail to apply mark nodes directly at the start of the input.