|
|
|
@ -139,7 +139,7 @@ function create_editorMD(id, width, high, placeholder, imageUrl, callback, initV
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$("#" + _id + " [type=\"inline\"]").bind("click", function () {
|
|
|
|
|
_editorName.cm.replaceSelection("`$$$$`");
|
|
|
|
|
_editorName.cm.replaceSelection("$$$$");
|
|
|
|
|
var __Cursor = _editorName.cm.getDoc().getCursor();
|
|
|
|
|
_editorName.cm.setCursor(__Cursor.line, __Cursor.ch - 2);
|
|
|
|
|
_editorName.cm.focus();
|
|
|
|
|