diff --git a/site/examples/markdown-shortcuts.js b/site/examples/markdown-shortcuts.js index d36925b21..4421ea6a3 100644 --- a/site/examples/markdown-shortcuts.js +++ b/site/examples/markdown-shortcuts.js @@ -96,6 +96,7 @@ const withShortcuts = editor => { if (block.type === 'list-item') { Transforms.unwrapNodes(editor, { match: n => n.type === 'bulleted-list', + split: true, }) }