We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0c6ba commit 632f4dfCopy full SHA for 632f4df
utils/editors/markdown-editor/v2.0/markdown-editor-v2.0.html
@@ -84,7 +84,7 @@
84
filemod = mod['file-mod'];
85
publish = mod['publish-ui'];
86
editor = mod['web-editor'];
87
- output = mod.output;
+ output = mod['output-md'];
88
log = mod['log-mod'];
89
90
menu.initmod({keydown});
@@ -190,7 +190,7 @@
190
web-editor
191
{width:50%}
192
193
- output-root
+ output-md
194
{flex:1}
195
196
button
@@ -242,7 +242,7 @@
242
243
<div id=page-slider style='width:10px;cursor:ew-resize'></div>
244
245
- <output component=page v2.0></output>
+ <output-md component=page></output-md>
246
247
</div>
248
0 commit comments