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:
commit
d22fd40625
2
types/easymde.d.ts
vendored
2
types/easymde.d.ts
vendored
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user