mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 02:05:21 -04:00
added support for markdown-it-footnote
this makes it possible to use footnotes
This commit is contained in:
parent
2c81b746aa
commit
ab2a73c6a8
4 changed files with 14 additions and 0 deletions
6
src/external-types/markdown-it-footnote/index.d.ts
vendored
Normal file
6
src/external-types/markdown-it-footnote/index.d.ts
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
declare module 'markdown-it-footnote' {
|
||||
import MarkdownIt from 'markdown-it/lib'
|
||||
const markdownItFootnote: MarkdownIt.PluginSimple
|
||||
export = markdownItFootnote
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue