pub fn compute_change_tracking_with_limits(
opts: &ChangeTrackingOptions,
current_markdown: &str,
current_json: Option<&Value>,
content_type: Option<&str>,
limits: &DiffLimits,
) -> ChangeTrackingResultExpand description
Compute change tracking with explicit limits.