From 8d06ff9eab3ac70b55f6d7437a6615b77fa38d80 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 18 Aug 2026 10:42:14 +0800 Subject: feat(ci-new): add markdown structural comparison commands Add `markdown-compare` and `markdown-compare-all` commands to verify that translated docs maintain the same structure as the reference. Compare heading levels, code fences, lists, quotes, and other structural elements while allowing text differences. --- mingling_ci/src/cmd.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'mingling_ci/src/cmd.rs') diff --git a/mingling_ci/src/cmd.rs b/mingling_ci/src/cmd.rs index b531b92..30d65a1 100644 --- a/mingling_ci/src/cmd.rs +++ b/mingling_ci/src/cmd.rs @@ -1,4 +1,3 @@ -pub(crate) mod cmd_markdown_check; pub(crate) mod cmd_report_clean; pub(crate) mod cmd_report_collect; pub(crate) mod cmd_show_features; -- cgit