Type Editor / @type-editor/model / content-parser/ContentParser
content-parser/ContentParser
Classes
| Class | Description |
|---|---|
Parser for ProseMirror content expressions. Content expressions use a regular-expression-like syntax to describe what content is allowed in a node. For example:
The parser converts these expressions into a ContentMatch automaton that can efficiently validate and match node sequences. |