replace all occurences (#93)
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 9s
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 9s
This commit is contained in:
parent
0de9aecb89
commit
ca42d8cc65
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ export const cleanCodeBlock = (text: string) => {
|
|||
);
|
||||
|
||||
// Fix issues
|
||||
text = text.replace("``", "");
|
||||
text = text.replaceAll("``", "");
|
||||
|
||||
return text;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue