2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-18 23:44:29 -06:00

Merge pull request #520 from borodean/upload-image-typing

This commit is contained in:
Jeroen Akkerman 2023-01-12 15:14:04 +01:00 committed by GitHub
commit a49e867930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'