Skip to content

how to insert node before Paragraph node? eg <div> <p> some text</p> </div>? #344

Open
@apri30th

Description

@apri30th

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 ?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions