Skip to content

Commit 27c5e7f

Browse files
committed
Quick-fix for plain text output (#51)
1 parent 97fd025 commit 27c5e7f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# notebook.js `v0.8.0`
1+
# notebook.js `v0.8.1`
22

33
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/)__.
44

notebook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// http://github.com/jsvine/notebookjs
22
// notebook.js may be freely distributed under the MIT license.
33
(function () {
4-
var VERSION = "0.8.0";
4+
var VERSION = "0.8.1";
55
var root = this;
66
var isBrowser = root.window !== undefined;
77
var doc;

notebook.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notebookjs",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Parse and render Jupyter/IPython notebooks.",
55
"main": "notebook.js",
66
"homepage": "https://github.com/jsvine/notebookjs",

0 commit comments

Comments
 (0)