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.
2 parents 0c5167f + 92c9fc6 commit 3ec3cc9Copy full SHA for 3ec3cc9
generators.js
@@ -43,7 +43,7 @@ const symReplacers = {
43
"j": ["ʝ"],
44
"k": ["\\|<"],
45
"l": ["!", "\\|"],
46
- "n": ["\\|\\|"],
+ "n": ["\\|\\\\|"],
47
"s": ["\\$", "§"],
48
"x": ["><"],
49
"y": ["¥"]
@@ -72,7 +72,7 @@ const emoReplacers = {
72
"l": ["🇱"],
73
"m": ["🇲", "Ⓜ️"],
74
"n": ["🇳"],
75
- "o": ["🇴", "🅾️⭕"],
+ "o": ["🇴", "🅾️", "⭕"],
76
"p": ["🇵", "🅿️"],
77
"q": ["🇶"],
78
"r": ["🇷", "®️"],
@@ -274,4 +274,4 @@ function generateLeetspeakRegex(text, settings) {
274
}
275
276
277
-export { generateLeetspeakRegex }
+export { generateLeetspeakRegex }
0 commit comments