Add clickable todos (#283)

This commit is contained in:
Jakob Klepp 2020-09-02 13:44:13 +02:00 committed by GitHub
parent 0f30803529
commit 528e7e5904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 117 additions and 43 deletions

View file

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