toolbar = [ 'bold', 'italic', 'strikethrough', 'heading', '|', 'quote', 'unordered-list', 'ordered-list', 'check-list', '|', 'link', 'image', '|', 'preview', 'guide' ]; } /** * Get the view / contents that represent the component. */ public function render(): View|Closure|string { return view('components.markdown-textarea'); } }