Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Jun 10, 2024
1 parent 8cb914a commit 7214954
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions paper/prepare-myst.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ ${content}
:::
`;
})
.replace(/\\autoref{(.*?)}/g, '[@$1]').replace(/(\[@.*?\])(\w)/g, '$1 $2')
.replace(/\\autoref{(.*?)}/g, "[@$1]")
.replace(/(\[@.*?\])(\w)/g, "$1 $2")
.replace("# Summary", "# General Summary")
.replace("# Overview", "# Project Overview")
.replace("# Overview", "# Project Overview");

Deno.writeTextFileSync(
"main.md",
Expand Down

0 comments on commit 7214954

Please sign in to comment.