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

Merge pull request #488 from LoyalPotato/master

This commit is contained in:
Jeroen Akkerman 2022-07-28 17:51:08 +02:00 committed by GitHub
commit d22fd40625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
types/easymde.d.ts vendored
View File

@ -183,7 +183,7 @@ declare namespace EasyMDE {
blockStyles?: BlockStyleOptions; blockStyles?: BlockStyleOptions;
element?: HTMLElement; element?: HTMLElement;
forceSync?: boolean; forceSync?: boolean;
hideIcons?: ReadonlyArray<string>; hideIcons?: ReadonlyArray<ToolbarButton>;
indentWithTabs?: boolean; indentWithTabs?: boolean;
initialValue?: string; initialValue?: string;
insertTexts?: InsertTextOptions; insertTexts?: InsertTextOptions;