jsvine / notebookjs

Render Jupyter/IPython notebooks on the fly, in the browser. (Or on the command line, if you'd like.)
MIT License
278 stars 47 forks source link

The library marked maybe has updated. #40

Closed whxue0 closed 2 years ago

whxue0 commented 2 years ago

notebook.js line 45 - 47
var getMarkdown = function () { return root.marked || (typeof require === "function" && require("marked").marked); };

require("marked") => require("marked").marked