feat: add externalLinkTarget, close #149
This commit is contained in:
parent
d2be5aecf8
commit
2d73285de5
6 changed files with 41 additions and 5 deletions
|
|
@ -339,4 +339,14 @@ window.$docsify = {
|
|||
return time
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
## external-link-target
|
||||
|
||||
Currently it defaults to _blank, would be nice if configurable:
|
||||
|
||||
```js
|
||||
window.$docsify = {
|
||||
externalLinkTarget: '_self' // default: '_blank'
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue