Skip to content

Commit bcd3cd5

Browse files
committed
refactor: remove unused highlight-lines setting
1 parent 67648c2 commit bcd3cd5

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"main": "./dist/extension.js",
4343
"contributes": {
44-
"markdown.markdownItPlugins": true,
44+
"markdown.markdownItPlugins": true,
4545
"icons": {
4646
"vscode-cnb-date": {
4747
"description": "date",
@@ -544,19 +544,11 @@
544544
"markdownDescription": "博客园 Markdown 语法扩展: 三箭头(`>>>`)栅栏引用\n\n使用示例:\n```markdown\n>>>\n一段引用文字\n\n一段引用文字\n>>>\n```"
545545
},
546546
"cnblogsClient.markdown.enableImageSizing": {
547-
"order": 10,
548-
"type": "boolean",
549-
"scope": "application",
550-
"default": true,
551-
"markdownDescription": "博客园 Markdown 语法扩展: 指定图片尺寸,`![](... =200x)`指定宽度,`![](... =x200)`指定高度"
552-
},
553-
"cnblogsClient.markdown.enableHighlightCodeLines": {
554547
"order": 11,
555548
"type": "boolean",
556549
"scope": "application",
557550
"default": true,
558-
"editPresentation": "singlelineText",
559-
"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```"
551+
"markdownDescription": "博客园 Markdown 语法扩展: 指定图片尺寸,`![](... =200x)`指定宽度,`![](... =x200)`指定高度"
560552
},
561553
"cnblogsClient.markdown.showConfirmMsgWhenUploadPost": {
562554
"order": 12,

0 commit comments

Comments
 (0)