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:
committed by
Junyoung Choi
parent
0003de8f08
commit
6b1c595f87
15
tests/fixtures/markdowns.js
vendored
15
tests/fixtures/markdowns.js
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user