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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

릴리즈 2.15.2211 이상

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

설정방법

'editor.buildOption.html'의 'remainNoneNode' 설정을 true로 설정하면 'display: none;'처리된 노드를 유지합니다.(기본값 = false)

synapeditor.config.js
{
    'editor.buildOption.html': {
        'remainNoneNode': true
    }
}

소스편집 결과

소스보기 편집미리보기 결과


  • No labels