Add diffing of quote greater blocks.
This commit is contained in:
parent
313898ea48
commit
965c5dd15f
@ -370,6 +370,11 @@ fn compare_greater_block<'s>(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
"quote" => {
|
||||||
|
if first_child != "quote-block" {
|
||||||
|
return Err("Quote greater blocks should correspond to a quote-block cell.".into());
|
||||||
|
}
|
||||||
|
}
|
||||||
_ => todo!(),
|
_ => todo!(),
|
||||||
}
|
}
|
||||||
let mut child_status = Vec::new();
|
let mut child_status = Vec::new();
|
||||||
|
Loading…
Reference in New Issue
Block a user