Marks Bogdanovs
Marks Bogdanovs
I have a feeling that when @mtriff will get back to this, @gaetan-hexadog will need to merge latest `master` once again 🤣
Looks like a duplicate of: https://github.com/Choices-js/Choices/issues/1056
@martin-helmich maybe add additional maintainers in that case?
I have met same issue when passing source without language provided (which can be expected from user). Is there a solution for that by any chance?
package.json: ``` "@mdxeditor/editor": "^3.21.0", ``` Editor.tsx: ``` 'use client' import { AdmonitionDirectiveDescriptor, codeBlockPlugin, codeMirrorPlugin, diffSourcePlugin, directivesPlugin, frontmatterPlugin, headingsPlugin, imagePlugin, KitchenSinkToolbar, linkDialogPlugin, linkPlugin, listsPlugin, markdownShortcutPlugin, MDXEditor, quotePlugin, tablePlugin, thematicBreakPlugin, toolbarPlugin, }...
@petyosi my apologies, yes I see now. For those who is the same blind as me pay attention to this line: ```js codeBlockPlugin({codeBlockEditorDescriptors: [{ priority: -10, match: (_) => true,...