From e8677cd4760bf623e35b0e36d1e337ebf59cefb1 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Wed, 17 Nov 2021 23:02:43 -0800 Subject: [PATCH] Update noCompileLinks documentation --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 3ea277698..849f165f8 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 = {