Skip to content

Commit 8e6f2fe

Browse files
committed
feat: update markdown plugins
1 parent e6d5277 commit 8e6f2fe

File tree

1 file changed

+16
-39
lines changed

1 file changed

+16
-39
lines changed

config/plugins/markdown.json

Lines changed: 16 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
{
3737
"name": "@vuepress/markdown-hint",
3838
"icon": "lightbulb",
39-
"tag": "latest",
4039
"recommend": true,
4140
"desc": {
4241
"/": "Add hint containers in markdown",
@@ -51,7 +50,6 @@
5150
{
5251
"name": "@vuepress/markdown-image",
5352
"icon": "image",
54-
"tag": "latest",
5553
"recommend": true,
5654
"desc": {
5755
"/": "Support image size, render as figure and image lazyloading",
@@ -66,7 +64,6 @@
6664
{
6765
"name": "@vuepress/markdown-math",
6866
"icon": "square-root-variable",
69-
"tag": "latest",
7067
"recommend": true,
7168
"desc": {
7269
"/": "Render tex equations with katex or mathjax",
@@ -79,51 +76,33 @@
7976
}
8077
},
8178
{
82-
"name": "md-enhance",
83-
"title": "attrs",
84-
"icon": "code",
85-
"tag": "latest",
86-
"recommend": true,
87-
"desc": {
88-
"/": "Add attrs to markdown elements",
89-
"/zh/": "为 Markdown 元素添加属性"
90-
},
91-
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance",
92-
"url": {
93-
"/": "plugin-md-enhance.vuejs.press/guide/stylize/attrs.html",
94-
"/zh/": "plugin-md-enhance.vuejs.press/zh/guide/stylize/attrs.html"
95-
}
96-
},
97-
{
98-
"name": "md-enhance",
99-
"title": "tabs",
79+
"name": "@vuepress/markdown-tab",
10080
"icon": "table-columns",
101-
"tag": "latest",
10281
"recommend": true,
10382
"desc": {
104-
"/": "Add Tab groups in Markdown",
105-
"/zh/": "在 Markdown 中添加选项卡组"
83+
"/": "Add code tabs or tabs in Markdown",
84+
"/zh/": "在 Markdown 中添加代码选项卡与选项卡"
10685
},
107-
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance",
86+
"source": "vuepress/ecosystem/tree/main/plugins/markdown/plugin-markdown-tab",
10887
"url": {
109-
"/": "plugin-md-enhance.vuejs.press/guide/content/tabs.html",
110-
"/zh/": "plugin-md-enhance.vuejs.press/zh/guide/content/tabs.html"
88+
"/": "ecosystem.vuejs.press/plugins/markdown/markdown-tab.html",
89+
"/zh/": "ecosystem.vuejs.press/zh/plugins/markdown/markdown-tab.html"
11190
}
11291
},
11392
{
11493
"name": "md-enhance",
115-
"title": "code-tab",
116-
"icon": "table-columns",
94+
"title": "attrs",
95+
"icon": "code",
11796
"tag": "latest",
11897
"recommend": true,
11998
"desc": {
120-
"/": "Add code tabs in markdown",
121-
"/zh/": " Markdown 中添加代码选项卡"
99+
"/": "Add attrs to markdown elements",
100+
"/zh/": " Markdown 元素添加属性"
122101
},
123102
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance",
124103
"url": {
125-
"/": "plugin-md-enhance.vuejs.press/guide/code/code-tabs.html",
126-
"/zh/": "plugin-md-enhance.vuejs.press/zh/guide/code/code-tabs.html"
104+
"/": "plugin-md-enhance.vuejs.press/guide/stylize/attrs.html",
105+
"/zh/": "plugin-md-enhance.vuejs.press/zh/guide/stylize/attrs.html"
127106
}
128107
},
129108
{
@@ -341,19 +320,17 @@
341320
}
342321
},
343322
{
344-
"name": "md-enhance",
345-
"title": "Slides",
323+
"name": "@vuepress/revealjs",
346324
"icon": "person-chalkboard",
347-
"tag": "latest",
348325
"recommend": true,
349326
"desc": {
350327
"/": "Integrate slides with Reveal.js in Markdown",
351328
"/zh/": "在 Markdown 中通过 Reveal.js 集成幻灯片"
352329
},
353-
"source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance",
330+
"source": "vuepress/ecosystem/tree/main/plugins/markdown/plugin-revealjs",
354331
"url": {
355-
"/": "plugin-md-enhance.vuejs.press/guide/content/revealjs/",
356-
"/zh/": "plugin-md-enhance.vuejs.press/zh/guide/content/revealjs/"
332+
"/": "ecosystem.vuejs.press/plugins/markdown/revealjs/",
333+
"/zh/": "ecosystem.vuejs.press/zh/plugins/markdown/revealjs/"
357334
}
358335
},
359336
{

0 commit comments

Comments
 (0)