mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* Bump dependency `highlight.js` of `types/markdown-it` from 9.7.0 to 10.4.1 * Add support for changed API of `markdown-it` (https://github.com/markdown-it/markdown-it/issues/626) at 12.0.0 * Revert dependency `highlight.js` to ^9.7.0 (So that the TypeScript version can remain 2.0, and will not break the requirements of the dependents of this library.) * Adjust test code for types/markdown-it
12 lines
432 B
TypeScript
12 lines
432 B
TypeScript
// Type definitions for markdown-it v12.0.2
|
|
// 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;
|