@jupyterlab/rendermime-interfaces
Advanced tools
Comparing version 3.8.10 to 3.8.11
@@ -427,6 +427,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. | ||
*/ | ||
@@ -433,0 +433,0 @@ render(source: string): Promise<string>; |
{ | ||
"name": "@jupyterlab/rendermime-interfaces", | ||
"version": "3.8.10", | ||
"version": "3.8.11", | ||
"description": "JupyterLab - Interfaces for Mime Renderers", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", |
@@ -489,6 +489,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. | ||
*/ | ||
@@ -495,0 +495,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
38735