Skip to content

Commit 1b82ff1

Browse files
save file
1 parent 3cd66da commit 1b82ff1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125

126126
var hdr = $(shadow,'#hdr');
127127
chk.html = $.chkbox(shadow,'#html');
128+
chk.breaks = $.chkbox(shadow,'#breaks');
129+
chk.linkify = $.chkbox(shadow,'#linkify');
128130

129131
output = $(shadow,'#output');
130132

@@ -165,7 +167,7 @@
165167
opts.html = chk.html.checked;
166168
opts.breaks = chk.breaks.checked;
167169
opts.linkify = chk.linkify.checked;
168-
debug(opts);
170+
debug.json(opts);
169171
var md = markdownit(opts);
170172
var html = md.render(txt);
171173

0 commit comments

Comments
 (0)