We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a859a71 commit 3ac79a3Copy full SHA for 3ac79a3
src/util.js
@@ -30,6 +30,14 @@ import yellow from "@material-ui/core/colors/yellow";
30
import animals from "./utils/animals.json";
31
32
const invisibleChars = new Set([
33
+ 0x0028, // (
34
+ 0x0029, // )
35
+ 0x003c, // <
36
+ 0x003e, // >
37
+ 0x005b, // [
38
+ 0x005d, // ]
39
+ 0x007b, // {
40
+ 0x007d, // }
41
0x00a0, // No-break space
42
0x00ad, // Soft hyphen
43
0x034f, // Combining grapheme joiner
0 commit comments