File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
utils/editors/markdown-editor/html/output-md/v2.0 Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 ( ) ;
128140 chk . breaks = $ . chkbox ( shadow , '#breaks' ) ;
129141 chk . linkify = $ . chkbox ( shadow , '#linkify' ) ;
130142
143+
131144 output = $ ( shadow , '#output' ) ;
132145
133146
You can’t perform that action at this time.
0 commit comments