|
|
|
|
@ -2474,6 +2474,7 @@ var MdEditorInForm = function MdEditorInForm(_ref) {
|
|
|
|
|
return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)("div", {
|
|
|
|
|
id: scrollId || '',
|
|
|
|
|
children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_6__.jsx)(_components_markdown_editor__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z, _root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()(_root_workspace_ppte5yg23_local_v9_test5_node_modules_babel_runtime_7_23_2_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0___default()({}, props), {}, {
|
|
|
|
|
hidetoolBar: true,
|
|
|
|
|
defaultValue: value,
|
|
|
|
|
onChange: function onChange(a, b) {
|
|
|
|
|
console.log("a:", a, b);
|
|
|
|
|
@ -3139,7 +3140,7 @@ function _unescape(str) {
|
|
|
|
|
;
|
|
|
|
|
if (showProgramFill) {
|
|
|
|
|
var num = -1;
|
|
|
|
|
str = str.replace(/(@▁▁@|@▁@)/g, function (a, b, c) {
|
|
|
|
|
str = str.replaceAll("<", "<").replaceAll(">", ">").replace(/(@▁▁@|@▁@)/g, function (a, b, c) {
|
|
|
|
|
++num;
|
|
|
|
|
return createInput(a, num);
|
|
|
|
|
});
|
|
|
|
|
|