Remove unnecessary export
This commit is contained in:
parent
9c38af0075
commit
fc61e96218
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ const transformTags: IExtendedSanitizeOptions["transformTags"] = { // custom to
|
|||
},
|
||||
};
|
||||
|
||||
export const sanitizeHtmlParams: IExtendedSanitizeOptions = {
|
||||
const sanitizeHtmlParams: IExtendedSanitizeOptions = {
|
||||
allowedTags: [
|
||||
'font', // custom to matrix for IRC-style font coloring
|
||||
'del', // for markdown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue