diff options
| author | 2026-02-09 17:09:56 +0800 | |
|---|---|---|
| committer | 2026-02-09 17:09:56 +0800 | |
| commit | 5bb2c660b90a4ae49282010031fb6245417b8396 (patch) | |
| tree | 27c6fa57d1b66141b43bbc0155b4e325ae9d37f1 /.markdownlint.json | |
| parent | f656803e7419dc0ccbfdf86752e3284472fed164 (diff) | |
| download | DropOut-5bb2c660b90a4ae49282010031fb6245417b8396.tar.gz DropOut-5bb2c660b90a4ae49282010031fb6245417b8396.zip | |
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.
Diffstat (limited to '.markdownlint.json')
| -rw-r--r-- | .markdownlint.json | 5 |
1 files changed, 5 insertions, 0 deletions
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 +} |