Skip to content

Commit 803e6b6

Browse files
committed
Update docs
1 parent 22d780c commit 803e6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ By default, the hyperlink on the current page is recognized and the content is s
6262
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
6363
```
6464

65-
The search ignores diacritical marks by default, but is not supported by IE. If you need support, please load this `ponyfill`
65+
This plugin ignores diacritical marks when performing a full text search (e.g., "cafe" will also match "café"). Legacy browsers like IE11 require the following [String.normalize()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize) polyfill to ignore diacritical marks:
6666

6767
```html
6868
<script src="//polyfill.io/v3/polyfill.min.js?features=String.prototype.normalize"></script>

0 commit comments

Comments
 (0)