pub fn apply_edit(
doc: &mut MarkupDoc,
edit: &MarkupEdit,
) -> Result<(), MarkupError>Expand description
Apply a reversible markup edit to a document.
pub fn apply_edit(
doc: &mut MarkupDoc,
edit: &MarkupEdit,
) -> Result<(), MarkupError>Apply a reversible markup edit to a document.