docs: add anchor gate and folded references toc

This commit is contained in:
tukuaiai
2026-05-03 21:22:10 +08:00
parent 53f050f341
commit b5043f6216
9 changed files with 156 additions and 38 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
run: npm install -g markdownlint-cli
- name: Run markdownlint
run: markdownlint --config .github/lint_config.json --ignore .history --ignore tools/external '**/*.md'
- name: Check local markdown links
- name: Check local markdown links and anchors
run: python3 scripts/check-local-links.py
link-checker: