File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -426,13 +426,13 @@ You should not configure it unless you understand what it is for.
426426
427427### markdown.links
428428
429- - Type: ` LinkPluginOptions | false`
429+ - Type: ` LinksPluginOptions | false`
430430
431431- Details:
432432
433433 Options for VuePress built-in markdown-it links plugin.
434434
435- It will convert internal links to ` <RouterLink> ` , and add extra attributes to external links.
435+ It will convert internal links to ` <RouterLink> ` , and add extra attributes and icon to external links.
436436
437437 Set to ` false ` to disable this plugin.
438438
@@ -441,7 +441,7 @@ You should not configure it unless you understand what it is for.
441441
442442### markdown.links.internalTag
443443
444- - Type: ` string `
444+ - Type: ` 'a' | 'RouterLink' `
445445
446446- Default: ` 'RouterLink' `
447447
You can’t perform that action at this time.
0 commit comments