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

Merge c045d84960abaa5679cac8c19ada5cb2bbf36004 into 2996b67ec95ec69000ee03ccaee4fcca26cfc701

This commit is contained in:
Nozomi Hosaka 2025-05-05 06:30:03 +00:00 committed by GitHub
commit ab78f82149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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,

1
types/easymde.d.ts vendored
View File

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