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

Add forceSync to non-default options listing.

This commit is contained in:
Curtis Badke 2016-02-12 11:17:43 -07:00
parent 20f5b54a46
commit ecff05833b

View File

@ -121,6 +121,7 @@ var simplemde = new SimpleMDE({
italic: "_"
},
element: document.getElementById("MyID"),
forceSync: true,
hideIcons: ["guide", "heading"],
indentWithTabs: false,
initialValue: "Hello world!",