Appearance
Markdown editor
A MarkdownEditor takes the same toolbar treatment as the rich editor, over EasyMDE's own markup: the toolbar on surface-container, its buttons fully rounded with a state layer, the active one on the secondary container.


php
use Filament\Forms\Components\MarkdownEditor;
MarkdownEditor::make('body');The editing surface, its cursor, its selection, the side-by-side preview and the status bar are all bound to Material roles, so the editor follows a palette change like everything else.