From 3496f63d316993909944b7e08e906e8b020fa4c5 Mon Sep 17 00:00:00 2001 From: Jeremy Singer-Vine Date: Thu, 6 Oct 2022 10:59:44 -0400 Subject: [PATCH] [v0.7.0] Move marked(...) to marked.parse(...) Thanks to @srmibextesting for flagging in https://github.com/jsvine/notebookjs/pull/41 --- README.md | 5 +- notebook.js | 5 +- notebook.min.js | 2 +- package-lock.json | 328 ++++++++++++++++++++++++++-------------------- package.json | 2 +- 5 files changed, 192 insertions(+), 150 deletions(-) diff --git a/README.md b/README.md index 2d9af55..4d1e54b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# notebook.js `v0.6.7` +# notebook.js `v0.7.0` Notebook.js parses raw [Jupyter](http://jupyter.org/)/[IPython](http://ipython.org/) notebooks, and lets you render them as HTML. See a __[working demo here](https://jsvine.github.io/nbpreview/)__. @@ -42,7 +42,7 @@ console.log(notebook.render().outerHTML); ## Markdown and ANSI-coloring -On Node.js, notebook.js uses [marked](https://github.com/chjj/marked) for Markdown rendering, and [ansi_up](https://github.com/drudru/ansi_up) for ANSI-coloring. +On Node.js, notebook.js uses [marked](https://github.com/markedjs/marked) for Markdown rendering, and [ansi_up](https://github.com/drudru/ansi_up) for ANSI-coloring. The browser-based version does not, however, ship with those libraries, so you must `