mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-01 23:24:28 -06:00
parent
c8b908fd0e
commit
c7dd040ed3
@ -534,6 +534,7 @@ SimpleMDE.prototype.render = function(el) {
|
||||
mode: 'gfm',
|
||||
theme: 'paper',
|
||||
tabSize: (options.tabSize != undefined) ? options.tabSize : 2,
|
||||
indentUnit: (options.tabSize != undefined) ? options.tabSize : 2,
|
||||
indentWithTabs: (options.indentWithTabs === false) ? false : true,
|
||||
lineNumbers: false,
|
||||
autofocus: (options.autofocus === true) ? true : false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user