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/markdown.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/markdown.rs')
| -rw-r--r-- | mingling_ci/src/markdown.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_ci/src/markdown.rs b/mingling_ci/src/markdown.rs index b231a89..75f2cbe 100644 --- a/mingling_ci/src/markdown.rs +++ b/mingling_ci/src/markdown.rs @@ -1,2 +1,3 @@ +pub(crate) mod compare; pub(crate) mod project; pub(crate) mod test; |
