We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff20e6 commit e8c9dfcCopy full SHA for e8c9dfc
README.md
@@ -47,6 +47,7 @@ type MarkdownPreviewProps = {
47
source?: string;
48
style?: React.CSSProperties;
49
warpperElement?: HTMLDivElement;
50
+ pluginsFilter?: (type: 'rehype' | 'remark', plugin: PluggableList) => PluggableList;
51
onScroll?: (e: React.UIEvent<HTMLDivElement>) => void;
52
onMouseOver?: (e: React.MouseEvent<HTMLDivElement>) => void;
53
} & ReactMarkdownProps;
0 commit comments