mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 10:15:17 -04:00
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:
parent
204f2deb5a
commit
005c80ff55
9 changed files with 460 additions and 21 deletions
3
src/external-types/markmap-lib/dist/transform/index.d.ts
vendored
Normal file
3
src/external-types/markmap-lib/dist/transform/index.d.ts
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
declare module 'markmap-lib/dist/transform' {
|
||||
export { transform } from 'markmap-lib/types/transform'
|
||||
}
|
3
src/external-types/markmap-lib/dist/view/index.d.ts
vendored
Normal file
3
src/external-types/markmap-lib/dist/view/index.d.ts
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
declare module 'markmap-lib/dist/view' {
|
||||
export { Markmap } from 'markmap-lib/types/view'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue