-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi @cpojer ! What are your thoughts on allowing customizing remarkPlugins and rehypePlugins?
remdx/packages/vite-plugin-remdx/index.ts
Lines 169 to 173 in 53058eb
| return await transform(code, { | |
| rehypePlugins: [[rehypeRaw, { passThrough: nodeTypes }]], | |
| // @ts-expect-error | |
| remarkPlugins: [[shikiTwoslashFn, shikiOptions]], | |
| }); |
I was looking for this just now to add remark-gfm for Markdown tables
Metadata
Metadata
Assignees
Labels
No labels