|
90 | 90 | } |
91 | 91 | }, |
92 | 92 | { |
93 | | - "name": "md-enhance", |
94 | | - "title": "attrs", |
95 | | - "icon": "code", |
96 | | - "tag": "latest", |
97 | | - "recommend": true, |
98 | | - "desc": { |
99 | | - "/": "Add attrs to markdown elements", |
100 | | - "/zh/": "为 Markdown 元素添加属性" |
101 | | - }, |
102 | | - "source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance", |
103 | | - "url": { |
104 | | - "/": "plugin-md-enhance.vuejs.press/guide/stylize/attrs.html", |
105 | | - "/zh/": "plugin-md-enhance.vuejs.press/zh/guide/stylize/attrs.html" |
106 | | - } |
107 | | - }, |
108 | | - { |
109 | | - "name": "md-enhance", |
110 | | - "title": "footnote", |
111 | | - "icon": "quote-left", |
112 | | - "tag": "latest", |
| 93 | + "name": "@vuepress/markdown-ext", |
| 94 | + "icon": "table-columns", |
113 | 95 | "recommend": true, |
114 | 96 | "desc": { |
115 | | - "/": "Footnote grammar support", |
116 | | - "/zh/": "支持脚注语法" |
| 97 | + "/": "Official markdown extension that supports gfm and others", |
| 98 | + "/zh/": "官方支持 GFM 等的 Markdown 扩展" |
117 | 99 | }, |
118 | | - "source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance", |
| 100 | + "source": "vuepress/ecosystem/tree/main/plugins/markdown/plugin-markdown-ext", |
119 | 101 | "url": { |
120 | | - "/": "plugin-md-enhance.vuejs.press/guide/content/footnote.html", |
121 | | - "/zh/": "plugin-md-enhance.vuejs.press/zh/guide/content/footnote.html" |
| 102 | + "/": "ecosystem.vuejs.press/plugins/markdown/markdown-ext.html", |
| 103 | + "/zh/": "ecosystem.vuejs.press/zh/plugins/markdown/markdown-ext.html" |
122 | 104 | } |
123 | 105 | }, |
124 | 106 | { |
125 | | - "name": "md-enhance", |
126 | | - "title": "task list", |
127 | | - "icon": "square-check", |
128 | | - "tag": "latest", |
| 107 | + "name": "@vuepress/markdown-stylize", |
| 108 | + "icon": "table-columns", |
129 | 109 | "recommend": true, |
130 | 110 | "desc": { |
131 | | - "/": "Tasklist grammar support", |
132 | | - "/zh/": "支持任务列表语法" |
| 111 | + "/": "Stylize contents in markdown", |
| 112 | + "/zh/": "在 Markdown 中样式化内容" |
133 | 113 | }, |
134 | | - "source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance", |
| 114 | + "source": "vuepress/ecosystem/tree/main/plugins/markdown/plugin-markdown-stylize", |
135 | 115 | "url": { |
136 | | - "/": "plugin-md-enhance.vuejs.press/guide/grammar/tasklist.html", |
137 | | - "/zh/": "plugin-md-enhance.vuejs.press/zh/guide/grammar/tasklist.html" |
| 116 | + "/": "ecosystem.vuejs.press/plugins/markdown/markdown-stylize.html", |
| 117 | + "/zh/": "ecosystem.vuejs.press/zh/plugins/markdown/markdown-stylize.html" |
138 | 118 | } |
139 | 119 | }, |
140 | 120 | { |
141 | | - "name": "md-enhance", |
142 | | - "title": "files include", |
| 121 | + "name": "@vuepress/markdown-include", |
143 | 122 | "icon": "at", |
144 | | - "tag": "latest", |
145 | 123 | "recommend": true, |
146 | 124 | "desc": { |
147 | 125 | "/": "Import common markdown snippet into contents", |
148 | 126 | "/zh/": "将公共的 Markdown 片段导入到内容中" |
149 | 127 | }, |
150 | | - "source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance", |
| 128 | + "source": "vuepress/ecosystem/tree/main/plugins/markdown/plugin-markdown-include", |
151 | 129 | "url": { |
152 | | - "/": "plugin-md-enhance.vuejs.press/guide/content/include.html", |
153 | | - "/zh/": "plugin-md-enhance.vuejs.press/zh/guide/content/include.html" |
| 130 | + "/": "ecosystem.vuejs.press/plugins/markdown/markdown-include.html", |
| 131 | + "/zh/": "ecosystem.vuejs.press/zh/plugins/markdown/markdown-include.html" |
154 | 132 | } |
155 | 133 | }, |
156 | 134 | { |
|
168 | 146 | "/zh/": "plugin-components.vuejs.press/zh/" |
169 | 147 | } |
170 | 148 | }, |
171 | | - { |
172 | | - "name": "md-enhance", |
173 | | - "title": "align", |
174 | | - "icon": "align-center", |
175 | | - "tag": "latest", |
176 | | - "desc": { |
177 | | - "/": "Customize elements alignment in Markdown", |
178 | | - "/zh/": "在 Markdown 中自定义元素对齐方式" |
179 | | - }, |
180 | | - "source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance", |
181 | | - "url": { |
182 | | - "/": "plugin-md-enhance.vuejs.press/guide/stylize/align.html", |
183 | | - "/zh/": "plugin-md-enhance.vuejs.press/zh/guide/stylize/align.html" |
184 | | - } |
185 | | - }, |
186 | | - { |
187 | | - "name": "md-enhance", |
188 | | - "title": "Superscript and Subscript", |
189 | | - "icon": "superscript", |
190 | | - "tag": "latest", |
191 | | - "desc": { |
192 | | - "/": "Superscript and Subscript grammar support", |
193 | | - "/zh/": "支持上标和下标语法" |
194 | | - }, |
195 | | - "source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance", |
196 | | - "url": { |
197 | | - "/": "plugin-md-enhance.vuejs.press/guide/grammar/sup-sub.html", |
198 | | - "/zh/": "plugin-md-enhance.vuejs.press/zh/guide/grammar/sup-sub.html" |
199 | | - } |
200 | | - }, |
201 | | - { |
202 | | - "name": "md-enhance", |
203 | | - "title": "mark", |
204 | | - "icon": "highlighter", |
205 | | - "tag": "latest", |
206 | | - "desc": { |
207 | | - "/": "Highlight words with mark grammar", |
208 | | - "/zh/": "通过标记语法高亮字词" |
209 | | - }, |
210 | | - "source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance", |
211 | | - "url": { |
212 | | - "/": "plugin-md-enhance.vuejs.press/guide/stylize/mark.html", |
213 | | - "/zh/": "plugin-md-enhance.vuejs.press/zh/guide/stylize/mark.html" |
214 | | - } |
215 | | - }, |
216 | | - { |
217 | | - "name": "md-enhance", |
218 | | - "title": "Stylize", |
219 | | - "icon": "wand-magic-sparkles", |
220 | | - "tag": "latest", |
221 | | - "desc": { |
222 | | - "/": "Stylize words the way you like", |
223 | | - "/zh/": "以你喜欢的方式样式化字词" |
224 | | - }, |
225 | | - "source": "vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/md-enhance", |
226 | | - "url": { |
227 | | - "/": "plugin-md-enhance.vuejs.press/guide/stylize/stylize.html", |
228 | | - "/zh/": "plugin-md-enhance.vuejs.press/zh/guide/stylize/stylize.html" |
229 | | - } |
230 | | - }, |
231 | 149 | { |
232 | 150 | "name": "netabare-switch", |
233 | 151 | "icon": "toggle-on", |
|
0 commit comments