Skip to content

Commit

Permalink
Remove Markdown formatting, again
Browse files Browse the repository at this point in the history
  • Loading branch information
ackle-dev authored Jan 9, 2025
1 parent ea87849 commit c54c7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ for (const file of Files) {

let [word, meaning, impl] = parsedRow;

word = word.replace('**', '');
word = word.replaceAll('**', '');
// @ts-expect-error
meaning = meaning || null;
// @ts-expect-error
Expand Down

0 comments on commit c54c7c1

Please sign in to comment.