mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-12 04:24:28 -06:00
Add some static methods to typing tests
This commit is contained in:
parent
00215ecaeb
commit
5dc8bd5248
@ -96,6 +96,9 @@ const editor2 = new EasyMDE({
|
|||||||
|
|
||||||
editor2.clearAutosavedValue();
|
editor2.clearAutosavedValue();
|
||||||
|
|
||||||
|
EasyMDE.togglePreview(editor2);
|
||||||
|
EasyMDE.toggleSideBySide(editor2);
|
||||||
|
|
||||||
const editorImages = new EasyMDE({
|
const editorImages = new EasyMDE({
|
||||||
uploadImage: true,
|
uploadImage: true,
|
||||||
imageAccept: 'image/png, image/bmp',
|
imageAccept: 'image/png, image/bmp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user