Skip to content

Commit 632f4df

Browse files
save file
1 parent ca0c6ba commit 632f4df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/editors/markdown-editor/v2.0/markdown-editor-v2.0.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
filemod = mod['file-mod'];
8585
publish = mod['publish-ui'];
8686
editor = mod['web-editor'];
87-
output = mod.output;
87+
output = mod['output-md'];
8888
log = mod['log-mod'];
8989

9090
menu.initmod({keydown});
@@ -190,7 +190,7 @@
190190
web-editor
191191
{width:50%}
192192

193-
output-root
193+
output-md
194194
{flex:1}
195195

196196
button
@@ -242,7 +242,7 @@
242242

243243
<div id=page-slider style='width:10px;cursor:ew-resize'></div>
244244

245-
<output component=page v2.0></output>
245+
<output-md component=page></output-md>
246246

247247
</div>
248248

0 commit comments

Comments
 (0)