Skip to content

Commit 413613a

Browse files
save file
1 parent c876661 commit 413613a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
var filemod;
5555
var publish;
5656
var editor;
57-
57+
var output;
5858

5959

6060
//:
@@ -67,6 +67,7 @@
6767
filemod = mod['file-mod'];
6868
publish = mod['publish-ui'];
6969
editor = mod['web-editor'];
70+
output = mod['output-md'];
7071

7172
mod.base.add({complete,source,focus,filemod});
7273

0 commit comments

Comments
 (0)