aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-11-03 19:15:51 +0100
committerVendicated <vendicated@riseup.net>2022-11-03 19:15:51 +0100
commitcb7469afad37e0aea53dd9d5fbd21920eb3f2f3a (patch)
tree263fa962257369794a82b4c0cf47c0fbd7ad9db8 /src
parent2c3dee41201d0a6c778c002b19c349cdd62470fb (diff)
downloadVencord-cb7469afad37e0aea53dd9d5fbd21920eb3f2f3a.tar.gz
Vencord-cb7469afad37e0aea53dd9d5fbd21920eb3f2f3a.tar.bz2
Vencord-cb7469afad37e0aea53dd9d5fbd21920eb3f2f3a.zip
Simplemarkdown pleeeeease
Diffstat (limited to 'src')
-rw-r--r--src/components/PatchHelper.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PatchHelper.tsx b/src/components/PatchHelper.tsx
index 391be9d..6ce093f 100644
--- a/src/components/PatchHelper.tsx
+++ b/src/components/PatchHelper.tsx
@@ -178,7 +178,7 @@ function ReplacementInput({ replacement, setReplacement, replacementError }) {
{Object.entries({
"$$": "Insert a $",
"$&": "Insert the entire match",
- "$\\`": "Insert the substring before the match",
+ "$`​": "Insert the substring before the match",
"$'": "Insert the substring after the match",
"$n": "Insert the nth capturing group ($1, $2...)"
}).map(([placeholder, desc]) => (