jupyter-js-notebook
Advanced tools
Comparing version 0.19.0 to 0.19.1
@@ -198,5 +198,5 @@ // Copyright (c) Jupyter Development Team. | ||
text = sanitizer_1.sanitize(text); | ||
var bundle = { 'application/vnd.jupyter.markdown': text }; | ||
var bundle = { 'text/markdown': text }; | ||
this._rendered.dispose(); | ||
this._rendered = this._rendermime.render(bundle); | ||
this._rendered = this._rendermime.render(bundle) || new phosphor_widget_1.Widget(); | ||
this._rendered.addClass(RENDERER_CLASS); | ||
@@ -203,0 +203,0 @@ this.layout.addChild(this._rendered); |
{ | ||
"name": "jupyter-js-notebook", | ||
"version": "0.19.0", | ||
"version": "0.19.1", | ||
"description": "Notebook widget for JupyterLab", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
254695