Remove unnecessary DIV tag

If'peelOffDiv' is set to false, unnecessary DIV tags are peeled off when loading HTML. (Default value : false)

'editor.buildOption.html': {
    'peelOffDiv': false
},


peelOfDiv: truepeelOfDiv: false




Duplicate ID notification settings

If'alertDuplicateId' is set to true, a notification window is displayed when there is a duplicate ID when loading HTML. (Default = true)

'editor.buildOption.html': {
    'alertDuplicateId': true
},