|
36 | 36 | { |
37 | 37 | "name": "@vuepress/markdown-hint", |
38 | 38 | "icon": "lightbulb", |
39 | | - "tag": "latest", |
40 | 39 | "recommend": true, |
41 | 40 | "desc": { |
42 | 41 | "/": "Add hint containers in markdown", |
|
51 | 50 | { |
52 | 51 | "name": "@vuepress/markdown-image", |
53 | 52 | "icon": "image", |
54 | | - "tag": "latest", |
55 | 53 | "recommend": true, |
56 | 54 | "desc": { |
57 | 55 | "/": "Support image size, render as figure and image lazyloading", |
|
66 | 64 | { |
67 | 65 | "name": "@vuepress/markdown-math", |
68 | 66 | "icon": "square-root-variable", |
69 | | - "tag": "latest", |
70 | 67 | "recommend": true, |
71 | 68 | "desc": { |
72 | 69 | "/": "Render tex equations with katex or mathjax", |
|
79 | 76 | } |
80 | 77 | }, |
81 | 78 | { |
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", |
100 | 80 | "icon": "table-columns", |
101 | | - "tag": "latest", |
102 | 81 | "recommend": true, |
103 | 82 | "desc": { |
104 | | - "/": "Add Tab groups in Markdown", |
105 | | - "/zh/": "在 Markdown 中添加选项卡组" |
| 83 | + "/": "Add code tabs or tabs in Markdown", |
| 84 | + "/zh/": "在 Markdown 中添加代码选项卡与选项卡" |
106 | 85 | }, |
107 | | - "source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance", |
| 86 | + "source": "vuepress/ecosystem/tree/main/plugins/markdown/plugin-markdown-tab", |
108 | 87 | "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" |
111 | 90 | } |
112 | 91 | }, |
113 | 92 | { |
114 | 93 | "name": "md-enhance", |
115 | | - "title": "code-tab", |
116 | | - "icon": "table-columns", |
| 94 | + "title": "attrs", |
| 95 | + "icon": "code", |
117 | 96 | "tag": "latest", |
118 | 97 | "recommend": true, |
119 | 98 | "desc": { |
120 | | - "/": "Add code tabs in markdown", |
121 | | - "/zh/": "在 Markdown 中添加代码选项卡" |
| 99 | + "/": "Add attrs to markdown elements", |
| 100 | + "/zh/": "为 Markdown 元素添加属性" |
122 | 101 | }, |
123 | 102 | "source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance", |
124 | 103 | "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" |
127 | 106 | } |
128 | 107 | }, |
129 | 108 | { |
|
341 | 320 | } |
342 | 321 | }, |
343 | 322 | { |
344 | | - "name": "md-enhance", |
345 | | - "title": "Slides", |
| 323 | + "name": "@vuepress/revealjs", |
346 | 324 | "icon": "person-chalkboard", |
347 | | - "tag": "latest", |
348 | 325 | "recommend": true, |
349 | 326 | "desc": { |
350 | 327 | "/": "Integrate slides with Reveal.js in Markdown", |
351 | 328 | "/zh/": "在 Markdown 中通过 Reveal.js 集成幻灯片" |
352 | 329 | }, |
353 | | - "source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance", |
| 330 | + "source": "vuepress/ecosystem/tree/main/plugins/markdown/plugin-revealjs", |
354 | 331 | "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/" |
357 | 334 | } |
358 | 335 | }, |
359 | 336 | { |
|
0 commit comments