diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 10:42:14 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 10:42:14 +0800 |
| commit | 8d06ff9eab3ac70b55f6d7437a6615b77fa38d80 (patch) | |
| tree | 3311aba119f3759a991e9d4e81cf60b19e78d36e /mingling_ci/src/cmd.rs | |
| parent | b5941040586c3707620bbef6cf8ace4e565f7693 (diff) | |
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.
Diffstat (limited to 'mingling_ci/src/cmd.rs')
| -rw-r--r-- | mingling_ci/src/cmd.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
