2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-13 13:04:27 -06:00

Expose the "upload-image" variant for ToolbarButton

This commit is contained in:
Vadym Borodin 2023-01-12 14:44:10 +02:00
parent 041594ae4a
commit cb5564e1b2
2 changed files with 2 additions and 0 deletions

View File

@ -209,6 +209,7 @@ new EasyMDE({
'unordered-list',
'ordered-list',
'table',
'upload-image',
'|',
'link',
],

1
types/easymde.d.ts vendored
View File

@ -35,6 +35,7 @@ type ToolbarButton =
| 'ordered-list'
| 'link'
| 'image'
| 'upload-image'
| 'strikethrough'
| 'code'
| 'table'