Optional convenience schemas matching the ProseMirror JavaScript packages
prosemirror-schema-basic
and prosemirror-schema-list.
These modules expose node and mark specifications (without DOM parsing or
serialization rules) that can be passed to ProsemirrorEx.Model.Schema.new/1
or composed into custom schemas.
ProsemirrorEx.Schema.Basic— doc, paragraph, blockquote, heading, etc.ProsemirrorEx.Schema.List— ordered and bullet lists (when available)