pull/527/merge
Nozomi Hosaka 4 months ago committed by GitHub
commit ba42322a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,6 +82,7 @@ const editor2 = new EasyMDE({
name: 'link',
action: 'https://github.com/Ionaru/easy-markdown-editor',
className: 'fa fab fa-github',
text: 'A Custom Link',
title: 'A Custom Link',
noDisable: true,
noMobile: true,

@ -144,6 +144,7 @@ declare namespace EasyMDE {
name: string;
action: string | ((editor: EasyMDE) => void);
className: string;
text?: string;
title: string;
noDisable?: boolean;
noMobile?: boolean;

Loading…
Cancel
Save