2
0
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:
Jeroen Akkerman 2020-03-06 00:43:08 +01:00
parent 84ea2c2cca
commit fc81bd476c

1
types/easymde.d.ts vendored
View File

@ -58,6 +58,7 @@ declare namespace EasyMDE {
codeSyntaxHighlighting?: boolean;
hljs?: any;
markedOptions?: marked.MarkedOptions;
sanitizerFunction?: (html: string) => string;
singleLineBreaks?: boolean;
}