🎨 style(markdown): format all markdown files with prettier

- 使用 prettier 格式化所有 markdown 文件
- prose-wrap: always, print-width: 80
- 保持代码块和表格格式
- 提升可读性和一致性

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
csh
2026-01-07 17:18:01 +08:00
co-authored by Claude Sonnet 4.5
parent 7e96bc86d8
commit 99bef309b7
86 changed files with 1858 additions and 981 deletions
@@ -1442,7 +1442,8 @@ msoLanguageIDEnglishTrinidad</td><td>
###### TOfficeObj
用于创建与office(excel、word)相关的对象的函数,使用方式:style := TOfficeObj('TStyle')。
用于创建与office(excel、word)相关的对象的函数,使用方式:style :=
TOfficeObj('TStyle')。
可用此方法创建的对象及使用方法如下:
@@ -3908,7 +3909,8 @@ return array(ret1,ret2);
//指定的数据源与charsheet图表:
具体应用案例可参考:http://www.tinysoft.com.cn/tsdn/helpdoc/display.tsl?id=17429参考xlColumns xlRows
具体应用案例可参考:http://www.tinysoft.com.cn/tsdn/helpdoc/display.tsl?id=17429参考xlColumns
xlRows
##### Excel相关常量函数
@@ -10787,4 +10789,3 @@ pic:=KLine(5,10,20,60);//生成天软图形
rdo2 WriteFile(rwRaw(),"","d:\\test.bmp",0,length(a),a);
```