@types/markdown-it
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -101,3 +101,3 @@ import { LinkifyIt } from 'linkify-it' | ||
type TokenRender = (tokens: Token[], index: number, options: any, env: any, self: Renderer) => void; | ||
type TokenRender = (tokens: Token[], index: number, options: any, env: any, self: Renderer) => string; | ||
@@ -104,0 +104,0 @@ interface Delimiter { |
{ | ||
"name": "@types/markdown-it", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "TypeScript definitions for markdown-it", | ||
@@ -28,4 +28,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "bb696a0defc6bba19e30b8d3d0b40ecb4037bb8f1cd01065a3f500eaeb5afd68", | ||
"typesPublisherContentHash": "9663747266d6a660ee288801cacdf3148ca3701abc6fea42cee626946a851888", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 01 Jul 2019 20:27:00 GMT | ||
* Last updated: Wed, 25 Sep 2019 23:38:32 GMT | ||
* Dependencies: @types/linkify-it | ||
@@ -14,0 +14,0 @@ * Global values: markdownit |
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
11577