We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd66da commit 1b82ff1Copy full SHA for 1b82ff1
utils/editors/markdown-editor/html/output-md/v2.0/output-md-v2.0.html
@@ -125,6 +125,8 @@
125
126
var hdr = $(shadow,'#hdr');
127
chk.html = $.chkbox(shadow,'#html');
128
+ chk.breaks = $.chkbox(shadow,'#breaks');
129
+ chk.linkify = $.chkbox(shadow,'#linkify');
130
131
output = $(shadow,'#output');
132
@@ -165,7 +167,7 @@
165
167
opts.html = chk.html.checked;
166
168
opts.breaks = chk.breaks.checked;
169
opts.linkify = chk.linkify.checked;
- debug(opts);
170
+ debug.json(opts);
171
var md = markdownit(opts);
172
var html = md.render(txt);
173
0 commit comments