Show More
@@ -21,10 +21,11 b'' | |||||
21 | } |
|
21 | } | |
22 | </script> |
|
22 | </script> | |
23 |
|
23 | |||
24 |
<link rel="stylesheet" href="static/codemirror |
|
24 | <link rel="stylesheet" href="static/codemirror/lib/codemirror.css"> | |
25 |
<link rel="stylesheet" href="static/codemirror |
|
25 | <link rel="stylesheet" href="static/codemirror/mode/markdown/markdown.css"> | |
26 |
<link rel="stylesheet" href="static/codemirror |
|
26 | <link rel="stylesheet" href="static/codemirror/mode/rst/rst.css"> | |
27 |
<link rel="stylesheet" href="static/codemirror |
|
27 | <link rel="stylesheet" href="static/codemirror/theme/ipython.css"> | |
|
28 | <link rel="stylesheet" href="static/codemirror/theme/default.css"> | |||
28 |
|
29 | |||
29 | <link rel="stylesheet" href="static/prettify/prettify.css"/> |
|
30 | <link rel="stylesheet" href="static/prettify/prettify.css"/> | |
30 |
|
31 | |||
@@ -208,13 +209,14 b'' | |||||
208 | <script src="static/jquery/js/jquery-ui-1.8.14.custom.min.js" type="text/javascript" charset="utf-8"></script> |
|
209 | <script src="static/jquery/js/jquery-ui-1.8.14.custom.min.js" type="text/javascript" charset="utf-8"></script> | |
209 | <script src="static/jquery/js/jquery.autogrow.js" type="text/javascript" charset="utf-8"></script> |
|
210 | <script src="static/jquery/js/jquery.autogrow.js" type="text/javascript" charset="utf-8"></script> | |
210 |
|
211 | |||
211 |
<script src="static/codemirror |
|
212 | <script src="static/codemirror/lib/codemirror.js" charset="utf-8"></script> | |
212 |
<script src="static/codemirror |
|
213 | <script src="static/codemirror/mode/python/python.js" charset="utf-8"></script> | |
213 |
<script src="static/codemirror |
|
214 | <script src="static/codemirror/mode/htmlmixed/htmlmixed.js" charset="utf-8"></script> | |
214 |
<script src="static/codemirror |
|
215 | <script src="static/codemirror/mode/xml/xml.js" charset="utf-8"></script> | |
215 |
<script src="static/codemirror |
|
216 | <script src="static/codemirror/mode/javascript/javascript.js" charset="utf-8"></script> | |
216 |
<script src="static/codemirror |
|
217 | <script src="static/codemirror/mode/css/css.js" charset="utf-8"></script> | |
217 |
<script src="static/codemirror |
|
218 | <script src="static/codemirror/mode/rst/rst.js" charset="utf-8"></script> | |
|
219 | <script src="static/codemirror/mode/markdown/markdown.js" charset="utf-8"></script> | |||
218 |
|
220 | |||
219 | <script src="static/pagedown/Markdown.Converter.js" charset="utf-8"></script> |
|
221 | <script src="static/pagedown/Markdown.Converter.js" charset="utf-8"></script> | |
220 |
|
222 |
General Comments 0
You need to be logged in to leave comments.
Login now