Merge pull request #820 from turt2live/travis/h1-h2-to-h3
Transform h1 and h2 tags to h3 tagspull/21833/head
						commit
						c7e4b298b2
					
				|  | @ -111,8 +111,7 @@ var sanitizeHtmlParams = { | |||
|     allowedTags: [ | ||||
|         'font', // custom to matrix for IRC-style font coloring
 | ||||
|         'del', // for markdown
 | ||||
|         // deliberately no h1/h2 to stop people shouting.
 | ||||
|         'h3', 'h4', 'h5', 'h6', 'blockquote', 'p', 'a', 'ul', 'ol', | ||||
|         'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'blockquote', 'p', 'a', 'ul', 'ol', | ||||
|         'nl', 'li', 'b', 'i', 'u', 'strong', 'em', 'strike', 'code', 'hr', 'br', 'div', | ||||
|         'table', 'thead', 'caption', 'tbody', 'tr', 'th', 'td', 'pre', 'span', | ||||
|     ], | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Matthew Hodgson
						Matthew Hodgson