pub fn compute_change_tracking(
opts: &ChangeTrackingOptions,
current_markdown: &str,
current_json: Option<&Value>,
content_type: Option<&str>,
) -> ChangeTrackingResultExpand description
Compute change tracking with default limits. See module docs for the caller-supplied-JSON invariant.