mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	fix(import/single): title appearing as text
This commit is contained in:
		@@ -43,7 +43,10 @@ function sanitize(dirtyHtml: string) {
 | 
				
			|||||||
            'mumble', 'nfs', 'onenote', 'pop', 'rmi', 's3', 'sftp', 'skype', 'sms', 'spotify', 'steam', 'svn', 'udp',
 | 
					            'mumble', 'nfs', 'onenote', 'pop', 'rmi', 's3', 'sftp', 'skype', 'sms', 'spotify', 'steam', 'svn', 'udp',
 | 
				
			||||||
            'view-source', 'vnc', 'ws', 'wss', 'xmpp', 'jdbc', 'slack'
 | 
					            'view-source', 'vnc', 'ws', 'wss', 'xmpp', 'jdbc', 'slack'
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
        transformTags,
 | 
					        nonTextTags: [
 | 
				
			||||||
 | 
					            'head'
 | 
				
			||||||
 | 
					        ],
 | 
				
			||||||
 | 
					        transformTags
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user