insert command

The insert command inserts a new line into a document.

 

Syntax

insert [ text ] 

 

Parameters

text Use the optional text parameter to indicate the text for the new line.

 

Status

The status parameter is not affected by this command.

 

Description

The new element is inserted after the current element.

If you need to insert an element at the top of the document, use the add command.  If you want to insert a show element, use the insertShow command.

 

Examples

insert some text 

Related concepts
Editor commands, actions, and parameters

Related reference
add command
insertShow command
text parameter
Default editor commands