parseContent
Function
Definition
Package:@progress/kendo-react-editor
Creates a ProseMirrorNode from the given HTML content.
Parameters:contentstring
The new HTML content.
schemaSchema<any, any>The document schema.
parseOptions?ParseOptionsProseMirror parse options recognized by the parse and parseSlice methods.
Node
- New ProseMirrorNode instance.