Skip to content

Commit

Permalink
Update cleanMd.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fretchen committed Jan 5, 2025
1 parent 6df78ab commit b0336db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/cleanMd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export const removeMath = (fileDirectory: string = "./blog") => {
// go through each file remove \begin{aligned} and \end{aligned}

blogFiles.forEach((file) => {

// check that the file is a markdown file with ending .md or .mdx
if (!file.endsWith(".md") && !file.endsWith(".mdx")) {
return;
Expand Down

0 comments on commit b0336db

Please sign in to comment.