Add support for li attribute to li element
This commit is contained in:
		
							parent
							
								
									f186e0c91c
								
							
						
					
					
						commit
						39a0622de7
					
				@ -91,6 +91,7 @@ class Sanitize
 | 
				
			|||||||
        'abbr'       => %w(title),
 | 
					        'abbr'       => %w(title),
 | 
				
			||||||
        'blockquote' => %w(cite),
 | 
					        'blockquote' => %w(cite),
 | 
				
			||||||
        'ol'         => %w(start reversed),
 | 
					        'ol'         => %w(start reversed),
 | 
				
			||||||
 | 
					        'li'         => %w(value),
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      add_attributes: {
 | 
					      add_attributes: {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user