Skip to content

Commit

Permalink
fix: remark plugins deprecated warning (#2188)
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Jul 21, 2023
1 parent 4c3626a commit 1c4c6ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/runtime/markdown-parser/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ export const useDefaultOptions = (): MarkdownOptions => ({
},
'rehype-raw': {
instance: rehypeRaw,
passThrough: ['element']
options: {
passThrough: ['element']
}
}
}
})
Expand Down

0 comments on commit 1c4c6ab

Please sign in to comment.