Skip to content

Commit ea95fc3

Browse files
committed
fix(topic-update-manifest): remove an extraneous codeblock marker
1 parent abc91a3 commit ea95fc3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

content/developer/packaging/topic-update-manifest.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ zh_CN = """
4141
# In October 2025, [packages] has been replaced with [packages-v2], which
4242
# uses a version range, representing the version range(s) which the
4343
# security vulnerability(ies) affects.
44-
```toml
4544
[packages-v2]
4645
firefox = "<= 142"
4746
thunderbird = ">= 108 && < 142"

content/developer/packaging/topic-update-manifest.zh.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ zh_CN = """
3737

3838
# 2025 年 10 月起,[packages] 已被 [packages-v2] 字段替代,该字段使用版本
3939
# 范围描述安全漏洞的实际影响范围。
40-
```toml
4140
[packages-v2]
4241
firefox = "<= 142"
4342
thunderbird = ">= 108 && < 142"
4443
seamonkey = "=141 || =142 || =143"
45-
4644
```
4745

4846
亦可按需编写“累积更新”元数据,如下:

0 commit comments

Comments
 (0)