Fix index.js isValidURL is not defined error

This commit is contained in:
Wu Cheng-Han
2016-10-22 15:48:28 +08:00
parent d4bb87b8ec
commit 27bc94744d
2 changed files with 2 additions and 0 deletions

View File

@@ -1115,6 +1115,7 @@ module.exports = {
renderTitle: renderTitle,
renderFilename: renderFilename,
renderTags: renderTags,
isValidURL: isValidURL,
generateToc: generateToc,
smoothHashScroll: smoothHashScroll,
scrollToHash: scrollToHash,