feat(admin): 新增 markdown 编辑器支持,integrate EasyMDE markdown editor for admin interface
Introduce the EasyMDE markdown editor into the admin interface, providing enhanced markdown editing capabilities. This integration caters to users preferring a dedicated markdown editor with additional features and a streamlined user experience.
This commit is contained in:
@@ -30,6 +30,7 @@ return [
|
||||
'ueditor' => '百度编辑器(不建议使用)',
|
||||
'ckeditor' => 'CK编辑器',
|
||||
'wangEditor' => 'wangEditor(推荐使用)',
|
||||
'EasyMDE' => 'EasyMDE(markdown)',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user