mikiyou

Results 1 issues of mikiyou

editor.on('change', function() { const md = editor.getMarkdown(); if(md.length > 10) { editor.setMarkdown(md.substring(0, 10)) } }) 类似上述代码,Markdown内容变更后,输入1234578901,左侧Markdown内容变味1234567890,而右侧preview区还是1234578901