Skip to content

Commit

Permalink
revert changes implemented by #38908
Browse files Browse the repository at this point in the history
  • Loading branch information
hans2103 committed May 12, 2023
1 parent 5845d46 commit 4b88a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/media_source/system/js/highlight.es6.js
Expand Up @@ -4,12 +4,12 @@ import Mark from 'mark.js/src/vanilla';
const defaultOptions = {
exclude: [],
separateWordSearch: true,
accuracy: 'exactly',
accuracy: 'partially',
diacritics: true,
synonyms: {},
iframes: false,
iframesTimeout: 5000,
acrossElements: false,
acrossElements: true,
caseSensitive: false,
ignoreJoiners: false,
wildcards: 'disabled',
Expand Down

0 comments on commit 4b88a19

Please sign in to comment.