File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 55 < meta charset ="utf-8 "/>
66 < link rel =stylesheet href ="../doc/docs.css ">
77
8+ < style >
9+ .some-css {
10+ color : red;
11+ line-height : 2 ;
12+ }
13+ </ style >
14+
815 < link rel ="stylesheet " href ="../lib/codemirror.css ">
916 < link rel ="stylesheet " href ="../addon/fold/foldgutter.css " />
1017 < script src ="../lib/codemirror.js "> </ script >
1724 < script src ="../addon/fold/comment-fold.js "> </ script >
1825 < script src ="../mode/javascript/javascript.js "> </ script >
1926 < script src ="../mode/xml/xml.js "> </ script >
27+ < script src ="../mode/css/css.js "> </ script >
28+ < script src ="../mode/htmlmixed/htmlmixed.js "> </ script >
2029 < script src ="../mode/python/python.js "> </ script >
2130 < script src ="../mode/markdown/markdown.js "> </ script >
2231 < style type ="text/css ">
@@ -100,7 +109,7 @@ <h2>Code Folding Demo</h2>
100109 gutters : [ "CodeMirror-linenumbers" , "CodeMirror-foldgutter" ]
101110 } ) ;
102111 editor_html . foldCode ( CodeMirror . Pos ( 0 , 0 ) ) ;
103- editor_html . foldCode ( CodeMirror . Pos ( 21 , 0 ) ) ;
112+ editor_html . foldCode ( CodeMirror . Pos ( 34 , 0 ) ) ;
104113
105114 window . editor_python = CodeMirror . fromTextArea ( te_python , {
106115 mode : "python" ,
You can’t perform that action at this time.
0 commit comments