This plugin adds the command to visualize all block-level elements by surrounding them with an outline and displaying their element name at the top-right.
CopyJodit.make('#editor', { showBlocks: { enable: false, color: '#ccc', tagList: ['p', 'div', '...'] } });
Copyconst editor = Jodit.make('#editor'); editor.execCommand('toggleShowBlocks');