@jupyterlab/rendermime-interfaces
Advanced tools
Comparing version 3.9.0-beta.1 to 3.9.0-beta.2
@@ -459,6 +459,6 @@ /** | ||
/** | ||
* Render a markdown source. | ||
* Render a markdown source into unsanitized HTML. | ||
* | ||
* @param source - The string to render. | ||
* @returns - A promise of the string. | ||
* @returns - A promise of the string containing HTML which may require sanitization. | ||
*/ | ||
@@ -465,0 +465,0 @@ render(source: string): Promise<string>; |
{ | ||
"name": "@jupyterlab/rendermime-interfaces", | ||
"version": "3.9.0-beta.1", | ||
"version": "3.9.0-beta.2", | ||
"description": "JupyterLab - Interfaces for Mime Renderers", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", |
@@ -528,6 +528,6 @@ /* ----------------------------------------------------------------------------- | ||
/** | ||
* Render a markdown source. | ||
* Render a markdown source into unsanitized HTML. | ||
* | ||
* @param source - The string to render. | ||
* @returns - A promise of the string. | ||
* @returns - A promise of the string containing HTML which may require sanitization. | ||
*/ | ||
@@ -534,0 +534,0 @@ render(source: string): Promise<string>; |
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
41224