2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-30 21:34:28 -06:00

Re-add paper theme

This commit is contained in:
Wes Cossick 2015-09-16 23:20:37 -05:00
parent 32cab53986
commit 53910de1f9

View File

@ -856,6 +856,7 @@ SimpleMDE.prototype.render = function(el) {
this.codemirror = CodeMirror.fromTextArea(el, {
mode: mode,
backdrop: backdrop,
theme: "paper",
tabSize: (options.tabSize != undefined) ? options.tabSize : 2,
indentUnit: (options.tabSize != undefined) ? options.tabSize : 2,
indentWithTabs: (options.indentWithTabs === false) ? false : true,