added support for markdown-it-footnote

this makes it possible to use footnotes
This commit is contained in:
Philip Molares 2020-06-20 17:45:02 +02:00 committed by mrdrogdrog
parent 2c81b746aa
commit ab2a73c6a8
4 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,6 @@
declare module 'markdown-it-footnote' {
import MarkdownIt from 'markdown-it/lib'
const markdownItFootnote: MarkdownIt.PluginSimple
export = markdownItFootnote
}