mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-20 00:14:29 -06:00
Add forceSync to non-default options listing.
This commit is contained in:
parent
20f5b54a46
commit
ecff05833b
@ -121,6 +121,7 @@ var simplemde = new SimpleMDE({
|
|||||||
italic: "_"
|
italic: "_"
|
||||||
},
|
},
|
||||||
element: document.getElementById("MyID"),
|
element: document.getElementById("MyID"),
|
||||||
|
forceSync: true,
|
||||||
hideIcons: ["guide", "heading"],
|
hideIcons: ["guide", "heading"],
|
||||||
indentWithTabs: false,
|
indentWithTabs: false,
|
||||||
initialValue: "Hello world!",
|
initialValue: "Hello world!",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user