Skip to content

Commit

Permalink
Update prettier to major version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
caulagi committed Sep 7, 2023
1 parent 15badfa commit a899429
Show file tree
Hide file tree
Showing 3 changed files with 1,340 additions and 1,624 deletions.
4 changes: 2 additions & 2 deletions lib/markdownToHtml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ function onDirective() {
if (node.name === 'youtube') {
return youtubeDirective(node)
}
}
},
)
}
}

export default async function markdownToHtml(
markdown: string
markdown: string,
): Promise<string> {
const r = remark()
r.use(remarkParse)
Expand Down
Loading

0 comments on commit a899429

Please sign in to comment.