change spaces to tab

This commit is contained in:
Adam Misiorny 2015-12-10 22:46:31 +01:00
parent c92f4e3bd3
commit 95cfe5a353

View file

@ -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
},