Show More
@@ -8,7 +8,8 define([ | |||||
8 | 'base/js/security', |
|
8 | 'base/js/security', | |
9 | 'base/js/keyboard', |
|
9 | 'base/js/keyboard', | |
10 | 'notebook/js/mathjaxutils', |
|
10 | 'notebook/js/mathjaxutils', | |
11 | ], function(IPython, $, utils, security, keyboard, mathjaxutils) { |
|
11 | 'components/marked/lib/marked', | |
|
12 | ], function(IPython, $, utils, security, keyboard, mathjaxutils, marked) { | |||
12 | "use strict"; |
|
13 | "use strict"; | |
13 |
|
14 | |||
14 | /** |
|
15 | /** |
General Comments 0
You need to be logged in to leave comments.
Login now