mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-15 05:54:28 -06:00
Add sanitizerFunction to typings
This commit is contained in:
parent
84ea2c2cca
commit
fc81bd476c
1
types/easymde.d.ts
vendored
1
types/easymde.d.ts
vendored
@ -58,6 +58,7 @@ declare namespace EasyMDE {
|
||||
codeSyntaxHighlighting?: boolean;
|
||||
hljs?: any;
|
||||
markedOptions?: marked.MarkedOptions;
|
||||
sanitizerFunction?: (html: string) => string;
|
||||
singleLineBreaks?: boolean;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user