##// END OF EJS Templates
add marked to require dependencies
Ben Duffield -
Show More
@@ -8,7 +8,8 define([
8 8 'base/js/security',
9 9 'base/js/keyboard',
10 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 13 "use strict";
13 14
14 15 /**
General Comments 0
You need to be logged in to leave comments. Login now