mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-15 05:54:28 -06:00
change spaces to tab
This commit is contained in:
parent
c92f4e3bd3
commit
95cfe5a353
@ -132,7 +132,7 @@ var simplemde = new SimpleMDE({
|
||||
strikethrough: false,
|
||||
underscoresBreakWords: true,
|
||||
},
|
||||
placeholder: "Type here...",
|
||||
placeholder: "Type here...",
|
||||
previewRender: function(plainText) {
|
||||
return customMarkdownParser(plainText); // Returns HTML from a custom parser
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user