fix table wikilinks in LLM_Evaluation: escape alias pipe as \| in table cells

Wikilink alias separators inside markdown table cells must be escaped
(\|) or Obsidian treats them as column delimiters, splitting the link and
rendering it with a missing closing bracket. Applies to the 阅读材料
table in the zone README and other tables with aliased links.
This commit is contained in:
windyboy
2026-08-21 16:01:21 +08:00
parent 12ee06d8f8
commit f245e3132b
3 changed files with 10 additions and 10 deletions
@@ -43,7 +43,7 @@ created: 2026-08-21
| 知道原理,但不知道今天怎么开始 | [[02-First-Week-Worksheet]] | 不要把项目放大到 100 个 case。 |
| 已有 10 个 case,想系统推进 | [[01-LLM-Evaluation-Roadmap]] | 不要急着微调模型。 |
| 已有具体项目,想记录实验 | [[01_Projects/Personal-Tech/LLM_Evaluation/03-Practice/README]] | 不要把 run、case 和个人笔记混在一起。 |
| 想理解这条职业方向的全貌 | [[02_Areas/Job/llm_data_annotation_programmer_roadmap|大模型数据标注与程序员入门]](存于 02_Areas/Job) | 不要把岗位名当成能力边界。 |
| 想理解这条职业方向的全貌 | [[02_Areas/Job/llm_data_annotation_programmer_roadmap\|大模型数据标注与程序员入门]](存于 02_Areas/Job) | 不要把岗位名当成能力边界。 |
## 本专区的学习原则