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/task.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/task.rs')
| -rw-r--r-- | mingling_ci/src/task.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling_ci/src/task.rs b/mingling_ci/src/task.rs index b5161ad..92660bb 100644 --- a/mingling_ci/src/task.rs +++ b/mingling_ci/src/task.rs @@ -1,4 +1,6 @@ pub(crate) mod cmd_build; pub(crate) mod cmd_clippy; +pub(crate) mod cmd_markdown_check; +pub(crate) mod cmd_markdown_compare; pub(crate) mod cmd_test; pub(crate) mod run; |
