Simplemarkdown pleeeeease

This commit is contained in:
Vendicated 2022-11-03 19:15:51 +01:00
parent 2c3dee4120
commit cb7469afad
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3

View file

@ -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]) => (