mdx-editor / editor

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

Hide underline from toolbar without hide bold and Italic #487

Closed ascazzola closed 1 week ago

ascazzola commented 1 month ago

Hello I want to hide underline from BoldItalicUnderlineToggles to avoid HTML and use only markdown. Is possible to add a new input on the BoldItalicUnderlineToggles that receive an array 'italic' | 'bold' | 'underline' and hide or show the correspondent buttons?