Skip to content

Commit

Permalink
feat: create rehype-pretty-code config
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 1, 2022
1 parent ef44944 commit c1dc79c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/rehypePrettyCode.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { type Options } from 'rehype-pretty-code'

export const rehypePrettyCodeOptions: Partial<Options> = {
theme: 'github-light'
}

0 comments on commit c1dc79c

Please sign in to comment.