We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28161a commit d4e1502Copy full SHA for d4e1502
src/index.js
@@ -71,7 +71,6 @@ const createMarkdownShortcutsPlugin = (config = {}) => {
71
},
72
73
blockRendererFn(block, { setEditorState, getEditorState }) {
74
- console.info(block);
75
switch (block.getType()) {
76
case CHECKABLE_LIST_ITEM: {
77
return {
0 commit comments