@types/marked
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -115,3 +115,3 @@ // Type definitions for Marked 0.7 | ||
html(html: string): string; | ||
heading(text: string, level: number, raw: string, slugger: Slugger): string; | ||
heading(text: string, level: 1 | 2 | 3 | 4 | 5 | 6, raw: string, slugger: Slugger): string; | ||
hr(): string; | ||
@@ -362,7 +362,2 @@ list(body: string, ordered: boolean, start: number): string; | ||
/** | ||
* Enable GFM tables. This option requires the gfm option to be true. | ||
*/ | ||
tables?: boolean; | ||
/** | ||
* Generate closing slash for self-closing tags (<br/> instead of <br>) | ||
@@ -369,0 +364,0 @@ */ |
{ | ||
"name": "@types/marked", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "TypeScript definitions for Marked", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -43,4 +43,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5b38d875bdd98d7a0d5cb21e2287e4ba575065e12679e276d1bda4351c4e920c", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "2596489980cd747d7bdf9f83494b706879bc9023bee2641179e293acd6fda4b3", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/marked | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/marked. | ||
Additional Details | ||
* Last updated: Tue, 05 Nov 2019 00:51:30 GMT | ||
### Additional Details | ||
* Last updated: Mon, 11 Nov 2019 23:24:42 GMT | ||
* Dependencies: none | ||
* Global values: marked | ||
* Global values: `marked` | ||
# Credits | ||
These definitions were written by William Orr <https://github.com/worr>, BendingBender <https://github.com/BendingBender>, CrossR <https://github.com/CrossR>, Mike Wickett <https://github.com/mwickett>, and Hitomi Hatsukaze <https://github.com/htkzhtm>. | ||
These definitions were written by William Orr (https://github.com/worr), BendingBender (https://github.com/BendingBender), CrossR (https://github.com/CrossR), Mike Wickett (https://github.com/mwickett), and Hitomi Hatsukaze (https://github.com/htkzhtm). |
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
13672
312