DefinitelyTyped/types/markdown-it/index.d.ts
duduluu abf12473cf
[markdown-it] Update types for markdown-it v10.0.0 (#42860)
* [markdown-it] Upgrade for v10.0.0

* [markdown-it]: rollback ts version to 2.0 and complete tests

* [prosemirror-markdown]: fix test due to markdown-it types update
2020-04-10 11:39:40 -07:00

12 lines
433 B
TypeScript

// Type definitions for markdown-it v10.0.0
// Project: https://github.com/markdown-it/markdown-it
// Definitions by: York Yao <https://github.com/plantain-00/>
// Robert Coie <https://github.com/rapropos>
// duduluu <https://github.com/duduluu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.0
import MarkdownIt = require('./lib');
export = MarkdownIt;