// Type definitions for markdown-it 12.2 // Project: https://github.com/markdown-it/markdown-it // Definitions by: York Yao // Robert Coie // duduluu // Piotr Błażejewicz // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped import MarkdownIt = require('./lib'); export as namespace markdownit; export = MarkdownIt;