Skip to content

Commit b0bc3dc

Browse files
Copilotpangerlkr
andcommitted
Fix markdownlint errors from merge of affaan-m:main into main
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com>
1 parent db89e7b commit b0bc3dc

12 files changed

Lines changed: 19 additions & 20 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ the community.
116116

117117
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118118
version 2.0, available at
119-
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
119+
<https://www.contributor-covenant.org/version/2/0/code_of_conduct.html>.
120120

121121
Community Impact Guidelines were inspired by [Mozilla's code of conduct
122122
enforcement ladder](https://github.com/mozilla/diversity).
123123

124124
[homepage]: https://www.contributor-covenant.org
125125

126126
For answers to common questions about this code of conduct, see the FAQ at
127-
https://www.contributor-covenant.org/faq. Translations are available at
128-
https://www.contributor-covenant.org/translations.
127+
<https://www.contributor-covenant.org/faq>. Translations are available at
128+
<https://www.contributor-covenant.org/translations>.

docs/ja-JP/skills/django-security/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ LOGGING = {
581581
| 強力なシークレット | SECRET_KEYに環境変数を使用 |
582582
| パスワード検証 | すべてのパスワードバリデータを有効化 |
583583
| CSRF保護 | デフォルトで有効、無効にしない |
584-
| XSS防止 | Djangoは自動エスケープ、ユーザー入力で`|safe`を使用しない |
584+
| XSS防止 | Djangoは自動エスケープ、ユーザー入力で`&#124;safe`を使用しない |
585585
| SQLインジェクション | ORMを使用、クエリで文字列を連結しない |
586586
| ファイルアップロード | ファイルタイプとサイズを検証 |
587587
| レート制限 | APIエンドポイントをスロットル |

docs/zh-CN/CODE_OF_CONDUCT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@
7171

7272
## 归属
7373

74-
本《行为准则》改编自 \[Contributor Covenant]\[homepage]
74+
本《行为准则》改编自 [Contributor Covenant][homepage]
7575
版本 2.0,可在
76-
https://www.contributor-covenant.org/version/2/0/code\_of\_conduct.html 获取。
76+
<https://www.contributor-covenant.org/version/2/0/code_of_conduct.html> 获取。
7777

7878
社区影响指南的灵感来源于 [Mozilla 的行为准则执行阶梯](https://github.com/mozilla/diversity)
7979

8080
[homepage]: https://www.contributor-covenant.org
8181

8282
有关本行为准则常见问题的解答,请参阅常见问题解答:
83-
https://www.contributor-covenant.org/faq。翻译版本可在
84-
https://www.contributor-covenant.org/translations 获取。
83+
<https://www.contributor-covenant.org/faq>。翻译版本可在
84+
<https://www.contributor-covenant.org/translations> 获取。

docs/zh-CN/commands/python-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,6 @@ result = "".join(str(item) for item in items)
315315
| 海象运算符 (`:=`) | 3.8+ |
316316
| 仅限位置参数 | 3.8+ |
317317
| Match 语句 | 3.10+ |
318-
| 类型联合 (\`x | None\`) | 3.10+ |
318+
| 类型联合 (\`x \| None\`) | 3.10+ |
319319

320320
确保你的项目 `pyproject.toml``setup.py` 指定了正确的最低 Python 版本。

docs/zh-CN/the-longform-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
要在会话间共享记忆,最好的方法是使用一个技能或命令来总结和检查进度,然后保存到 `.claude` 文件夹中的一个 `.tmp` 文件中,并在会话结束前不断追加内容。第二天,它可以将其用作上下文,并从中断处继续。为每个会话创建一个新文件,这样你就不会将旧的上下文污染到新的工作中。
4141

4242
![Session Storage File Tree](../../assets/images/longform/03-session-storage.png)
43-
*会话存储示例 -> https://github.com/affaan-m/everything-claude-code/tree/main/examples/sessions*
43+
*会话存储示例 -> <https://github.com/affaan-m/everything-claude-code/tree/main/examples/sessions>*
4444

4545
Claude 创建一个总结当前状态的文件。审阅它,如果需要则要求编辑,然后重新开始。对于新的对话,只需提供文件路径。当你达到上下文限制并需要继续复杂工作时,这尤其有用。这些文件应包含:
4646

@@ -130,7 +130,7 @@ alias claude-research='claude --system-prompt "$(cat ~/.claude/contexts/research
130130
**定价参考:**
131131

132132
![Claude Model Pricing](../../assets/images/longform/05-pricing-table.png)
133-
*来源:https://platform.claude.com/docs/en/about-claude/pricing*
133+
*来源:<https://platform.claude.com/docs/en/about-claude/pricing>*
134134

135135
**工具特定优化:**
136136

docs/zh-CN/the-shortform-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ git worktree add ../feature-branch feature-branch
211211

212212
流式传输和监视 Claude 运行的日志/bash 进程:
213213

214-
https://github.com/user-attachments/assets/shortform/07-tmux-video.mp4
214+
<https://github.com/user-attachments/assets/shortform/07-tmux-video.mp4>
215215

216216
```bash
217217
tmux new -s dev

docs/zh-TW/agents/database-reviewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ CREATE INDEX orders_customer_id_idx ON orders (customer_id);
129129
| 索引類型 | 使用場景 | 運算子 |
130130
|----------|----------|--------|
131131
| **B-tree**(預設)| 等於、範圍 | `=``<``>``BETWEEN``IN` |
132-
| **GIN** | 陣列、JSONB、全文搜尋 | `@>``?``?&`、`?|``@@` |
132+
| **GIN** | 陣列、JSONB、全文搜尋 | `@>``?``?&``?&#124;``@@` |
133133
| **BRIN** | 大型時序表 | 排序資料的範圍查詢 |
134134
| **Hash** | 僅等於 | `=`(比 B-tree 略快)|
135135

skills/videodb/SKILL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The user must set `VIDEO_DB_API_KEY` using **either** method:
108108
- **Export in terminal** (before starting Claude): `export VIDEO_DB_API_KEY=your-key`
109109
- **Project `.env` file**: Save `VIDEO_DB_API_KEY=your-key` in the project's `.env` file
110110

111-
Get a free API key at https://console.videodb.io (50 free uploads, no credit card).
111+
Get a free API key at <https://console.videodb.io> (50 free uploads, no credit card).
112112

113113
**Do NOT** read, write, or handle the API key yourself. Always let the user set it.
114114

@@ -354,7 +354,6 @@ Reference documentation is in the `reference/` directory adjacent to this SKILL.
354354
- [reference/capture-reference.md](reference/capture-reference.md) - Capture SDK and WebSocket events
355355
- [reference/use-cases.md](reference/use-cases.md) - Common video processing patterns and examples
356356

357-
358357
**Do not use ffmpeg, moviepy, or local encoding tools** when VideoDB supports the operation. The following are all handled server-side by VideoDB — trimming, combining clips, overlaying audio or music, adding subtitles, text/image overlays, transcoding, resolution changes, aspect-ratio conversion, resizing for platform requirements, transcription, and media generation. Only fall back to local tools for operations listed under Limitations in reference/editor.md (transitions, speed changes, crop/zoom, colour grading, volume mixing).
359358

360359
### When to use what

skills/videodb/reference/api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ results = video.search(
380380
```
381381

382382
> **Note:** `filter` is an explicit named parameter in `video.search()`. `scene_index_id` is passed through `**kwargs` to the API.
383-
383+
>
384384
> **Important:** `video.search()` raises `InvalidRequestError` with message `"No results found"` when there are no matches. Always wrap search calls in try/except. For scene search, use `score_threshold=0.3` or higher to filter low-relevance noise.
385385
386386
For scene search, use `search_type=SearchType.semantic` with `index_type=IndexType.scene`. Pass `scene_index_id` when targeting a specific scene index. See [search.md](search.md) for details.

skills/videodb/reference/capture-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Use [scripts/ws_listener.py](../scripts/ws_listener.py) to connect and dump even
107107
}
108108
```
109109

110-
> For latest details, see https://docs.videodb.io/pages/ingest/capture-sdks/realtime-context.md
110+
> For latest details, see <https://docs.videodb.io/pages/ingest/capture-sdks/realtime-context.md>
111111
112112
---
113113

0 commit comments

Comments
 (0)