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:
朱金勇
2022-03-28 09:01:06 +00:00
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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 = {};
+1 -1
View File
File diff suppressed because one or more lines are too long