🎨 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:
csh
2026-06-21 17:37:29 +08:00
co-authored by Claude Opus 4.6
parent 0dc244f1b4
commit 565071c11f
15 changed files with 76 additions and 52 deletions
@@ -333,6 +333,7 @@
| -------- | ----------- | ---- | -------- | ------------- |
| 1 | `buffer` | 是 | 任意值 | Binary Buffer |
| 2 | `type_name` | 是 | 字符串 | 类型名称 |
# 系统相关函数 - 复制函数
文档类型:函数事实页
@@ -351,6 +352,7 @@
| 参数位置 | 参数名 | 必填 | 接收类型 | 说明 |
| -------- | ------- | ---- | -------- | ------ |
| 1 | `value` | 是 | 整数 | 输入值 |
# 系统相关函数 - 条件选择函数
文档类型:函数事实页
@@ -25,6 +25,7 @@
- 真值示例:`1``true``-1``0.5``"abc"``array(1)`;通过时返回 `0`
- 假值示例:`0``false``nil``""``array()`;失败时直接抛出 `error_message`
- 断言失败不会把错误信息作为普通返回值交给调用方继续执行。
# 系统相关函数 - 性能优化相关函数
文档类型:函数事实页