nbconvert api tests fixes

pull/37/head
Jonathan Frederic 12 years ago committed by Jonathan Frederic
parent 188072d190
commit c2c87e1a76

@ -8,7 +8,8 @@ define([
'base/js/security',
'notebook/js/mathjaxutils',
'notebook/js/celltoolbar',
], function(IPython, $, cell, security, mathjaxutils, celltoolbar) {
'components/marked/lib/marked',
], function(IPython, $, cell, security, mathjaxutils, celltoolbar, marked) {
"use strict";
var Cell = cell.Cell;

Loading…
Cancel
Save