//! Runtime-loadable dynamic schema support.
//!//! This module provides the ability to load a ProseMirror schema from a JSON
//! `SchemaSpec` at runtime, rather than defining it at compile time through Rust
//! types.
pubmodcontent_expr;pubmodschema;pubmodtypes;pubusecontent_expr::ContentExpr;pubuseschema::{DynamicSchema, DynamicSchemaError};pubusetypes::{DynamicMark, DynamicMarkType, DynamicNode, DynamicNodeType};