merge dev to main #169
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