If I just add:
codeBlockPlugin({
defaultCodeBlockLanguage: 'js',
})
I get:
No CodeBlockEditor registered for language=null meta=null
If I don't add plugin at all, I get:
Error: no MdastImportVisitor found for code {"type":"code","lang":null,"meta":null,"value":"Before initiating
I just want simple code block without highlighting.