mirror of
https://github.com/zadam/trilium.git
synced 2025-02-24 15:05:31 +08:00
fix imported strikethrough text, closes #2110
This commit is contained in:
parent
c3ed673453
commit
dc4c922edb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ function sanitize(dirtyHtml) {
|
|||
return sanitizeHtml(dirtyHtml, {
|
||||
allowedTags: [
|
||||
'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'blockquote', 'p', 'a', 'ul', 'ol',
|
||||
'li', 'b', 'i', 'strong', 'em', 'strike', 'abbr', 'code', 'hr', 'br', 'div',
|
||||
'li', 'b', 'i', 'strong', 'em', 'strike', 's', 'del', 'abbr', 'code', 'hr', 'br', 'div',
|
||||
'table', 'thead', 'caption', 'tbody', 'tr', 'th', 'td', 'pre', 'section', 'img',
|
||||
'figure', 'figcaption', 'span', 'label', 'input'
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue