🎨 style(md): lint and format all Markdown files
- Update .markdownlint.json: disable MD024 (duplicate headings) and MD025 (multiple h1) - MD024: test cases intentionally use duplicate headings for test IDs - MD025: function catalog files use multiple h1 for different function groups - Fix MD040: add language identifiers to fenced code blocks in test/agent/README.md - Fix MD031: add blank lines around fenced code blocks - Run prettier to format all Markdown files consistently - Fix table alignment and spacing issues All markdownlint errors are now resolved. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
| 分类 | 详情页 | 函数事实数 |
|
||||
| ---------------------------- | ------------------------------------------------------------------------------ | ---------: |
|
||||
| 常用日期时间函数 | [base/01_common_datetime.md](base/01_common_datetime.md) | 32 |
|
||||
| 字符串数组与重复函数 | [base/17_string_array_and_repeat.md](base/17_string_array_and_repeat.md) | 3 |
|
||||
| 字符串数组与重复函数 | [base/17_string_array_and_repeat.md](base/17_string_array_and_repeat.md) | 3 |
|
||||
| 普通日期函数 | [base/02_date_basic.md](base/02_date_basic.md) | 19 |
|
||||
| 分解函数 | [base/03_datetime_parts.md](base/03_datetime_parts.md) | 9 |
|
||||
| 起始结束函数 | [base/04_datetime_boundaries.md](base/04_datetime_boundaries.md) | 16 |
|
||||
@@ -36,7 +36,7 @@
|
||||
| 日期重组函数 | [base/11_datetime_recode.md](base/11_datetime_recode.md) | 21 |
|
||||
| 日期格式的转换 | [base/12_datetime_format_conversion.md](base/12_datetime_format_conversion.md) | 10 |
|
||||
| 宽字节日期格式转换函数 | [base/13_wide_datetime_conversion.md](base/13_wide_datetime_conversion.md) | 6 |
|
||||
| 数组排序与重构 | [base/25_array_sort_and_operations.md](base/25_array_sort_and_operations.md) | 4 |
|
||||
| 数组排序与重构 | [base/25_array_sort_and_operations.md](base/25_array_sort_and_operations.md) | 4 |
|
||||
| 常用字符串函数 | [base/14_string_common.md](base/14_string_common.md) | 69 |
|
||||
| 判定函数 | [base/15_string_predicates.md](base/15_string_predicates.md) | 8 |
|
||||
| 替换以及处理函数 | [base/16_string_replace_process.md](base/16_string_replace_process.md) | 8 |
|
||||
|
||||
Reference in New Issue
Block a user