Shape accepted by marksEqual, works with both JSONContent marks ({ type: 'bold' }) and ProseMirror Mark objects ({ type: MarkType }).
{ type: 'bold' }
{ type: MarkType }
Optional
Shape accepted by marksEqual, works with both JSONContent marks (
{ type: 'bold' }) and ProseMirror Mark objects ({ type: MarkType }).