added markmap support to the markdown-renderer (#572)

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Co-authored-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
Philip Molares 2020-09-19 20:34:44 +02:00 committed by GitHub
parent 204f2deb5a
commit 005c80ff55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 460 additions and 21 deletions

View file

@ -0,0 +1,3 @@
declare module 'markmap-lib/dist/transform' {
export { transform } from 'markmap-lib/types/transform'
}

View file

@ -0,0 +1,3 @@
declare module 'markmap-lib/dist/view' {
export { Markmap } from 'markmap-lib/types/view'
}