Does markdown editor has a preview options where a preview of current content can be displayed ?
I wanted to know is there is a default way to show current markdown editors content preview to a modal?
I think previewing when writing is a little bit distracted.
Here is my settings
MarkdownEditor::make('content')
->columnSpan('full')
// ->preview()
->toolbarButtons([
'attachFiles',
'blockquote',
'bold',
'bulletList',
'codeBlock',
'heading',
'italic',
'link',
'orderedList',
'redo',
'strike',
'table',
'undo',
// 'preview'
]),
Here is my laravel About: Added Image with
0 Replies