feat: initial commit
This commit is contained in:
6
packages/bolt/app/utils/markdown.ts
Normal file
6
packages/bolt/app/utils/markdown.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import rehypeRaw from 'rehype-raw';
|
||||
import remarkGfm from 'remark-gfm';
|
||||
import type { PluggableList } from 'unified';
|
||||
|
||||
export const remarkPlugins = [remarkGfm] satisfies PluggableList;
|
||||
export const rehypePlugins = [rehypeRaw] satisfies PluggableList;
|
||||
Reference in New Issue
Block a user