mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-06 09:31:35 -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
|
@ -9,6 +9,21 @@ opengraph:
|
|||
# Embedding demo
|
||||
[TOC]
|
||||
|
||||
## markmap
|
||||
|
||||
|
||||
\`\`\`markmap
|
||||
# MarkMap
|
||||
|
||||
## Pro
|
||||
|
||||
### written in typescript
|
||||
|
||||
## Cons
|
||||
|
||||
### must redeclare types
|
||||
\`\`\`
|
||||
|
||||
## Vega-Lite
|
||||
|
||||
\`\`\`vega-lite
|
||||
|
@ -52,7 +67,6 @@ opengraph:
|
|||
"view": {"stroke": null}
|
||||
}
|
||||
|
||||
|
||||
\`\`\`
|
||||
|
||||
## GraphViz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue