Skip to content

Commit 0ebb496

Browse files
save file
1 parent 1b82ff1 commit 0ebb496

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

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

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727
<div id=root>
2828

2929
<div id=hdr>
30+
3031
<span id=html class=radio>
3132
<input type=checkbox checked>
32-
html
33+
allow-html
3334
</span>
3435
<span id=breaks class=radio>
3536
<input type=checkbox checked>
@@ -39,6 +40,18 @@
3940
<input type=checkbox checked>
4041
linkify
4142
</span>
43+
44+
<span class=spc></span>
45+
46+
<span id=mode-md class=radio>
47+
<input type=checkbox checked>
48+
markdown
49+
</span>
50+
<span id=mode-html class=radio>
51+
<input type=checkbox checked>
52+
html
53+
</span>
54+
4255
</div>
4356

4457
<div id=output class=markdown-body>
@@ -84,8 +97,7 @@
8497

8598

8699
obj.init = async function(){
87-
88-
debug = eval(debug);
100+
debug=eval(debug);
89101
debug('init',obj.version);
90102

91103
await libs();
@@ -128,6 +140,7 @@
128140
chk.breaks = $.chkbox(shadow,'#breaks');
129141
chk.linkify = $.chkbox(shadow,'#linkify');
130142

143+
131144
output = $(shadow,'#output');
132145

133146

0 commit comments

Comments
 (0)