@types/showdown
Advanced tools
Comparing version 1.7.5 to 1.9.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for Showdown 1.7.3 | ||
// Type definitions for Showdown 1.9.0 | ||
// Project: https://github.com/coreyti/showdown | ||
@@ -298,2 +298,10 @@ // Definitions by: cbowdon <https://github.com/cbowdon>, Pei-Tang Huang <https://github.com/tan9>, Ariel-Saldana <https://github.com/arielsaldana> | ||
/** | ||
* Converts an HTML string into a markdown string | ||
* | ||
* @param src The input text (HTML) | ||
* @returns The output markdown | ||
*/ | ||
makeMarkdown(src: string): string; | ||
/** | ||
* Setting a "local" option only affects the specified Converter object. | ||
@@ -300,0 +308,0 @@ * |
{ | ||
"name": "@types/showdown", | ||
"version": "1.7.5", | ||
"version": "1.9.0", | ||
"description": "TypeScript definitions for Showdown", | ||
@@ -24,2 +24,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -31,4 +32,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "57dcc8950f720ba516196e8e4cf122aeb0d72bbde911b71028d527568eba618a", | ||
"typesPublisherContentHash": "be4bc83ffa3c4296476622bb94b05b888f796bf81f407f5db591a394130c4d29", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 27 Jun 2018 18:10:43 GMT | ||
* Last updated: Tue, 18 Dec 2018 23:36:04 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: showdown |
Sorry, the diff of this file is not supported yet
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
16379
415