Skip to content

Commit b145b62

Browse files
authored
Update config.md
1 parent 1ae2b39 commit b145b62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)