Expand description
§The ProseMirror API
This crate is a re-implementation of the ProseMirror API in Rust. It can be used to create a collaborative editing authority that is able to apply steps to a document.
Schemas are defined at runtime via JSON SchemaSpec using the dynamic module.