Open
Description
i have read the NodeInsertingPostProcessorSample . in this sample, it can insert img node after p node
but how can i insert html tag before the p node ? eg . <'div'> <'p'> some txt <'/p'> <'/div'>
or <'span'> <'p'> some text<'/p'> <'/span'> ?
what kind of div or span tag defined in node ? is it htmlblock node ?
if so ,how can i use htmlblock node ?