Schema
The schema configuration can be provided using config
property
Ref: https://prosemirror.net/examples/schema/
Example: https://github.com/sibiraj-s/ngx-editor/tree/master/demo
Usage
Create custom schema
Ref: https://prosemirror.net/examples/schema/
Note: Always extend the built in schema. Removing builtin schemas might cause the editor menu/commands to not work as expected.