2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-28 05:31:06 -06:00

Add missing comma to README example code

This commit is contained in:
Wes Cossick 2015-10-20 11:15:54 -05:00
parent b677adaeb9
commit 6215739a60

View File

@ -120,7 +120,7 @@ var simplemde = new SimpleMDE({
}, 250);
return "Loading...";
}
},
renderingConfig: {
singleLineBreaks: false,
codeSyntaxHighlighting: true,