Skip to content

Commit 95ee730

Browse files
committed
docs(README): address feedback (ignores)
1 parent c28c002 commit 95ee730

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ Using `ignores` this can be achieved as follows:
204204
quicklink({
205205
ignores: [
206206
uri => uri.includes('#')
207-
// or /#(.+)/ if you prefer RegExp
207+
// or RegExp: /#(.+)/
208+
// or element matching: (uri, elem) => !!elem.hash
208209
]
209210
});
210211
```

0 commit comments

Comments
 (0)