42. insert

Parameter syntax:

'into' | ('before'|'after' [ implicit_selection ]?) S [ argument_node ]?

If the into option is specified, this command inserts its argument node:

If the before option is specified, this command inserts its argument node before the selected nodes.

If the after option is specified, this command inserts its argument node after the selected nodes.

Examples:

insert into
insert into ulink
insert before[implicitElement]
insert after[implicitElement] #template(table,simple)