chore: Fixing default option for externalLinkTarget (#348)

This commit is contained in:
ItsPugle 2018-01-15 00:29:03 +10:00 committed by cinwell.li
commit 689d3ddeaf

View file

@ -343,7 +343,7 @@ window.$docsify = {
## external-link-target
- type: `String`
- default: `_self`
- default: `_blank`
Target to open external links. Default `'_blank'` (new window/tab)