Skip to content

Commit d39a59e

Browse files
authored
Merge pull request #267 from cnblogs/fix-typos
fix: typos
2 parents 5340496 + 44177b2 commit d39a59e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@
547547
"type": "boolean",
548548
"scope": "application",
549549
"default": true,
550-
"markdownDescription": "博客园 Markdown 语法扩展: 三箭头(`<<<`)栅栏引用\n\n&nbsp;\n\n使用示例:\n\n```markdown\n\n<<<\n一段引用文字\n\n一段引用文字\n<<<\n\n```"
550+
"markdownDescription": "博客园 Markdown 语法扩展: 三箭头(`>>>`)栅栏引用\n\n使用示例:\n```markdown\n>>>\n一段引用文字\n\n一段引用文字\n>>>\n```"
551551
},
552552
"cnblogsClient.markdown.enableImageSizing": {
553553
"order": 10,
@@ -562,7 +562,7 @@
562562
"scope": "application",
563563
"default": true,
564564
"editPresentation": "singlelineText",
565-
"markdownDescription": "博客园 Markdown 语法扩展: 代码块指定行高亮\n\n&nbsp;\n\n使用示例:\n\n```markdown\n\n```typescript {1, 3-4}\nconst a = 1\nconst b = 2\nconst c = a + b\nconst d = c\nconst e = 0\n```\n\n```"
565+
"markdownDescription": "博客园 Markdown 语法扩展: 代码块指定行高亮\n\n使用示例:\n```markdown\n```typescript {1, 3-4}\nconst a = 1\nconst b = 2\nconst c = a + b\nconst d = c\nconst e = 0\n```\n```"
566566
},
567567
"cnblogsClient.markdown.showConfirmMsgWhenUploadPost": {
568568
"order": 12,

0 commit comments

Comments
 (0)