mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 02:05:21 -04:00
Add a wrapper for linkify (#268)
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
b74bb8e71d
commit
cdadc7b41a
3 changed files with 21 additions and 0 deletions
6
src/external-types/markdown-it-linkify/index.d.ts
vendored
Normal file
6
src/external-types/markdown-it-linkify/index.d.ts
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
declare module 'markdown-it/lib/rules_core/linkify' {
|
||||
import { RuleCore } from 'markdown-it/lib/parser_core'
|
||||
const markdownItLinkify: RuleCore
|
||||
export = markdownItLinkify
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue