Remove unnecessary export

pull/21833/head
Jaiwanth 2021-06-01 17:22:13 +05:30
parent 9c38af0075
commit fc61e96218
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ const transformTags: IExtendedSanitizeOptions["transformTags"] = { // custom to
}, },
}; };
export const sanitizeHtmlParams: IExtendedSanitizeOptions = { const sanitizeHtmlParams: IExtendedSanitizeOptions = {
allowedTags: [ allowedTags: [
'font', // custom to matrix for IRC-style font coloring 'font', // custom to matrix for IRC-style font coloring
'del', // for markdown 'del', // for markdown