Simplemarkdown pleeeeease
This commit is contained in:
parent
2c3dee4120
commit
cb7469afad
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ function ReplacementInput({ replacement, setReplacement, replacementError }) {
|
||||||
{Object.entries({
|
{Object.entries({
|
||||||
"$$": "Insert a $",
|
"$$": "Insert a $",
|
||||||
"$&": "Insert the entire match",
|
"$&": "Insert the entire match",
|
||||||
"$\\`": "Insert the substring before the match",
|
"$`": "Insert the substring before the match",
|
||||||
"$'": "Insert the substring after the match",
|
"$'": "Insert the substring after the match",
|
||||||
"$n": "Insert the nth capturing group ($1, $2...)"
|
"$n": "Insert the nth capturing group ($1, $2...)"
|
||||||
}).map(([placeholder, desc]) => (
|
}).map(([placeholder, desc]) => (
|
||||||
|
|
Loading…
Reference in a new issue