Page tree
Skip to end of metadata
Go to start of metadata

Divide paragraph at the caret position.

When there is a selection, the selected block is deleted and the paragraph is divided.


Parameters:

NameTypeDescription
actionNameString'enter' paragraph dividing API


Example:

editor.execCommand('enter');
  • No labels