@types/prosemirror-markdown
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -8,2 +8,3 @@ // Type definitions for prosemirror-markdown 1.5 | ||
// Ifiokj Jr. <https://github.com/ifiokjr> | ||
// Hayashi Takuya <https://github.com/howyi> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -130,4 +131,9 @@ // TypeScript Version: 2.3 | ||
*/ | ||
export let defaultMarkdownParser: MarkdownParser; | ||
export const defaultMarkdownParser: MarkdownParser; | ||
/** | ||
* Document schema for the data model used by CommonMark. | ||
*/ | ||
export const schema: Schema; | ||
export type MarkSerializerMethod<S extends Schema = any> = ( | ||
@@ -134,0 +140,0 @@ state: MarkdownSerializerState<S>, |
{ | ||
"name": "@types/prosemirror-markdown", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "TypeScript definitions for prosemirror-markdown", | ||
@@ -31,2 +31,7 @@ "license": "MIT", | ||
"githubUsername": "ifiokjr" | ||
}, | ||
{ | ||
"name": "Hayashi Takuya", | ||
"url": "https://github.com/howyi", | ||
"githubUsername": "howyi" | ||
} | ||
@@ -46,4 +51,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "0216c3ea4a1f917b242a33558561ec83c1ca2a7c44fc569dc8ed2d98dd136e4f", | ||
"typeScriptVersion": "3.3" | ||
"typesPublisherContentHash": "2315beb809fd4ba3ba090143b3891c86ffcd2244d9204fc295ef3cf142e4d82d", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 08 Dec 2020 05:09:51 GMT | ||
* Last updated: Thu, 14 Jan 2021 21:30:05 GMT | ||
* Dependencies: [@types/markdown-it](https://npmjs.com/package/@types/markdown-it), [@types/prosemirror-model](https://npmjs.com/package/@types/prosemirror-model) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Bradley Ayers](https://github.com/bradleyayers), [David Hahn](https://github.com/davidka), [Tim Baumann](https://github.com/timjb), [Patrick Simmelbauer](https://github.com/patsimm), and [Ifiokj Jr.](https://github.com/ifiokjr). | ||
These definitions were written by [Bradley Ayers](https://github.com/bradleyayers), [David Hahn](https://github.com/davidka), [Tim Baumann](https://github.com/timjb), [Patrick Simmelbauer](https://github.com/patsimm), [Ifiokj Jr.](https://github.com/ifiokjr), and [Hayashi Takuya](https://github.com/howyi). |
12956
251