UNPKG

@types/markdown-it-footnote

Version:
23 lines (17 loc) 842 B
# Installation > `npm install --save @types/markdown-it-footnote` # Summary This package contains type definitions for markdown-it-footnote (https://github.com/markdown-it/markdown-it-footnote). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it-footnote. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it-footnote/index.d.ts) ````ts import MarkdownIt = require("markdown-it"); declare function footnote_plugin(md: MarkdownIt): void; export = footnote_plugin; ```` ### Additional Details * Last updated: Wed, 07 Feb 2024 13:06:44 GMT * Dependencies: [@types/markdown-it](https://npmjs.com/package/@types/markdown-it) # Credits These definitions were written by [Leon Si](https://github.com/leonsilicon).