mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
add marked to require dependencies
This commit is contained in:
parent
a5b145e5a2
commit
aa8df62b81
@ -8,7 +8,8 @@ define([
|
||||
'base/js/security',
|
||||
'base/js/keyboard',
|
||||
'notebook/js/mathjaxutils',
|
||||
], function(IPython, $, utils, security, keyboard, mathjaxutils) {
|
||||
'components/marked/lib/marked',
|
||||
], function(IPython, $, utils, security, keyboard, mathjaxutils, marked) {
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user