mdx-editor / editor

A rich text editor React component for markdown
https://mdxeditor.dev
MIT License
1.63k stars 131 forks source link

Is it possible to customize `codeMirrorPlugin`? #414

Closed melihogul closed 3 months ago

melihogul commented 3 months ago

I want to assign "h-20 overflow-y-auto" etc. style classes to the codeMirror plugin. Is there any way to do this?

image