mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
* 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
12 lines
432 B
TypeScript
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;
|