1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-25 15:41:42 +00:00

add test for PlantUml Ditaa

This commit is contained in:
MSSandroid
2019-09-19 13:17:16 +02:00
committed by Junyoung Choi
parent 0003de8f08
commit 6b1c595f87
4 changed files with 27 additions and 0 deletions

View File

@@ -165,6 +165,20 @@ rectangle checkout {
@enduml
`
const plantUmlDitaa = `
@startditaa
+--------+ +-------+ +-------+
| +---+ ditaa +--> | |
| Text | +-------+ |Diagram|
|Dokument| |!Magie!| | |
| {d}| | | | |
+---+----+ +-------+ +-------+
: ^
| Ein Haufen Arbeit |
+-------------------------+
@endditaa
`
export default {
basic,
codeblock,
@@ -181,5 +195,6 @@ export default {
plantUmlMindMap,
plantUmlGantt,
plantUmlWbs,
plantUmlDitaa,
plantUmlUml
}