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

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