diff --git a/docs/configuration.md b/docs/configuration.md index 689cd395e..cd45fbe3d 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -508,9 +508,9 @@ window.$docsify = { ## noCompileLinks -- type: `Array` +- type: `Array` -Sometimes we do not want docsify to handle our links. See [#203](https://github.com/docsifyjs/docsify/issues/203) +Sometimes we do not want docsify to handle our links. See [#203](https://github.com/docsifyjs/docsify/issues/203). We can skip compiling of certain links by specifying an array of strings. Each string is converted into to a regular expression (`RegExp`) and the _whole_ href of a link is matched against it. ```js window.$docsify = {