DefinitelyTyped/types/markdown-it/index.d.ts
duduluu f3aef183cc
Fix: markdown-it helper parseLinkLabel argument state type (#44223)
* fix(markdown-it): fix helper parseLinkLabel argument state type

* test(markdown-it): change test due to helper parseLinkLabel update

* chore(markdown-it): correct url for contributors
2020-04-26 12:02:42 -04:00

12 lines
432 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;