From 5bb2c660b90a4ae49282010031fb6245417b8396 Mon Sep 17 00:00:00 2001 From: Natsuu Date: Mon, 9 Feb 2026 17:09:56 +0800 Subject: docs: update language links and improve formatting in README files (#88) ## Summary by Sourcery Improve bilingual README structure and formatting for clarity and consistency. Documentation: - Add cross-links between English and Chinese READMEs for easier language switching. - Normalize README formatting including roadmap link styling, spacing, and license section presentation in both languages. --- .markdownlint.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .markdownlint.json (limited to '.markdownlint.json') diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..4c98f54 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,5 @@ +{ + "MD013": false, + "MD033": false, + "MD041": false +} -- cgit v1.2.3-70-g09d2