Page tree

Versions Compared

Key

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

캐럿이 위치한 문단에 인용문구가 있으면 인용문구를 해제합니다.

...

Remove quotation properties from the paragraph in which the caret is positioned.

When there is a selection, quotation properties are removed from the selected paragraphs.


Parameters:

NameTypeDescription
actionNameString액션 이름'decreaseQuote' quotation removing API


Example:

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

...