change spaces to tab

pull/199/head
Adam Misiorny 9 years ago
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…
Cancel
Save