mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-21 03:44:17 +08:00
fix:修复文章被转义的问题
This commit is contained in:
@@ -42,7 +42,6 @@ $(function () {
|
||||
};
|
||||
this.addKeyMap(keyMap);
|
||||
|
||||
console.log("加载完成")
|
||||
uploadImage("docEditor", function ($state, $res) {
|
||||
console.log("注册上传图片")
|
||||
if ($state === "before") {
|
||||
@@ -56,9 +55,6 @@ $(function () {
|
||||
}
|
||||
}
|
||||
});
|
||||
window.isLoad = true;
|
||||
this.insertValue($("#blogRawMarkdown").html());
|
||||
this.setCursor({ line: 0, ch: 0 });
|
||||
},
|
||||
onchange: function () {
|
||||
resetEditorChanged(true);
|
||||
|
Reference in New Issue
Block a user