﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8344	Remove nested duplicate inline elements on parsing	Frederico Caldeira Knabben	Frederico Caldeira Knabben	"When parsing something like this:

{{{
<b>One <b>Two</b> Three</b>
}}}

... the editor parser should simplify the output, having this:

{{{
<b>One Two Three</b>
}}}

Other than cleanup up the HTML, it would help on the overall editor performance, because it'll reduce the DOM tree size on those cases.

This is a followup of #8322."	New Feature	review	Normal		Core : Parser			IBM	
