Parameter syntax:
'into' | ('before'|'after' [implicit_selection
]?) S [argument_node
]?
If the into
option is specified, this command inserts its argument node:
into the explicitly selected element, after its last child node
OR, if no element is explicitly selected, into the element containing the caret, at caret position.
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)