Skip to content

Commit e8c9dfc

Browse files
committed
doc: Update README.md
1 parent 1ff20e6 commit e8c9dfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ type MarkdownPreviewProps = {
4747
source?: string;
4848
style?: React.CSSProperties;
4949
warpperElement?: HTMLDivElement;
50+
pluginsFilter?: (type: 'rehype' | 'remark', plugin: PluggableList) => PluggableList;
5051
onScroll?: (e: React.UIEvent<HTMLDivElement>) => void;
5152
onMouseOver?: (e: React.MouseEvent<HTMLDivElement>) => void;
5253
} & ReactMarkdownProps;

0 commit comments

Comments
 (0)