From cb7469afad37e0aea53dd9d5fbd21920eb3f2f3a Mon Sep 17 00:00:00 2001 From: Vendicated Date: Thu, 3 Nov 2022 19:15:51 +0100 Subject: [PATCH] Simplemarkdown pleeeeease --- src/components/PatchHelper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PatchHelper.tsx b/src/components/PatchHelper.tsx index 391be9d07..6ce093fd5 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]) => (