﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10996	Additional Paragraph Format styles doesn't get applied	Nachiket Patel		"Added additional items in 'Paragraph Format' dropdown using config.js.  
Few of them are working and few are not working.  

Following doesn't work.
{{{
    config.format_small = { element: 'small', name: 'Small' };
    config.format_blockquote = { element: 'blockquote', name: 'Blockquote' };
}}}
  

Following works.
{{{
    config.format_pre = { element: 'pre', name: 'Code Format' };
}}}

'''Working sample:''' http://jsfiddle.net/nachiket/44hSH/  (Point 2)  

'''Tested on: ''' Mac OS X 10.7+ and latest Chrome (29+)
"	Bug	closed	Normal		Core : Styles	4.2	duplicate		
