Merge branch 'sprint/sunhao/bug21174' into 'master'
* bug #21174, fix markdown preview not work as expected. See merge request easycorp/zentaopms!2577
This commit is contained in:
@@ -63,7 +63,8 @@ $(function()
|
||||
element: $('#' + markdownEditorID)[0],
|
||||
status: false,
|
||||
spellChecker: false,
|
||||
forceSync: true
|
||||
forceSync: true,
|
||||
renderingConfig: {markedOptions: {smartLists: false}}
|
||||
};
|
||||
var markdown = new SimpleMDE(options);
|
||||
if(!window.markdownEditor) window.markdownEditor = {};
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user