From d469442eae63f4cf6b50bdc00b506b6847aaaccb Mon Sep 17 00:00:00 2001 From: Kevin Leung Date: Fri, 16 Jun 2017 16:14:23 +0800 Subject: [PATCH] Update doc for external link target (#194) --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 250d0b7..5dece45 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -333,7 +333,7 @@ window.$docsify = { ## external-link-target -Currently it defaults to _blank, would be nice if configurable: +Target to open external links. Default `'_blank'` (new window/tab) ```js window.$docsify = {