mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	fix importing image captions, closes #2113
This commit is contained in:
		
							parent
							
								
									68d599ed19
								
							
						
					
					
						commit
						e050e380b9
					
				@ -8,7 +8,7 @@ function sanitize(dirtyHtml) {
 | 
			
		||||
            'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'blockquote', 'p', 'a', 'ul', 'ol',
 | 
			
		||||
            'li', 'b', 'i', 'strong', 'em', 'strike', 'abbr', 'code', 'hr', 'br', 'div',
 | 
			
		||||
            'table', 'thead', 'caption', 'tbody', 'tr', 'th', 'td', 'pre', 'section', 'img',
 | 
			
		||||
            'figure', 'span', 'label', 'input'
 | 
			
		||||
            'figure', 'figcaption', 'span', 'label', 'input'
 | 
			
		||||
        ],
 | 
			
		||||
        allowedAttributes: {
 | 
			
		||||
            'a': [ 'href', 'class', 'data-note-path' ],
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user