Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

캐럿이 위치한 곳에서 문단을 나눕니다.

...

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:

Code Block
languagejs
themeEmacs
editor.execCommand('enter');

...