Skip to content

Commit

Permalink
feat: add rehypePlugins for support plugins like katex
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk authored and BroKun committed Nov 27, 2024
1 parent 927c224 commit fa64513
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export interface MarkdownProps {
type?: 'message' | 'content';
components?: Record<string, any>;
remarkPlugins?: any[];
rehypePlugins?: any[];
}

export function ImageModal({ src, alt }: any) {
Expand Down

0 comments on commit fa64513

Please sign in to comment.