Page tree

Versions Compared

Key

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

Status
colourYellow
title릴리즈 2.15.2211 이상

HTML을 불러오는 경우, 복사 붙여넣기를 하는 경우 'display: none;' 처리된 노드를 유지하기위해  유지하기위해 사용합니다.

설정방법

'editor.buildOption.html'의 'remainNoneNode' 설정을 true로 설정하면 하면 display none 노드를 유지합니다.

'editor.buildOption.html'의 'remainNoneNode' 설정을 false로 하면 display none 노드를 제거합니다.(기본값 = false)

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
    'editor.buildOption.html': {
        'remainNoneNode': true
    }
}


remainNoneNode: trueremainNoneNode: false