1.5 KiB
Executable File
1.5 KiB
Executable File
theme, created, updated
| theme | created | updated |
|---|---|---|
| minimal-container-turquoise | 2025-09-09T18:22 | 2025-09-22T13:27 |
Title
Subtitle
Columns Containers
::: container
Colum 1
text dadadas text text text text text text text text text text
:::
::: container
Colum 2
text
:::
Text Highlights
This is ==marked== text
PlantUML Diagram
@startuml
left to right direction
actor Guest as g
package Professional {
actor Chef as c
actor "Food Critic" as fc
}
package Restaurant {
usecase "Eat Food" as UC1
usecase "Pay for Food" as UC2
usecase "Drink" as UC3
usecase "Review" as UC4
}
fc --> UC4
g --> UC1
g --> UC2
g --> UC3
@enduml
Mermaid Gant Diagram
gantt
title A Gant Diagram
dateFormat YYYY-MM-DD
section Section
Initial milestone : milestone, m1, 2014-01-01,
Final milestone : milestone, m1, 2014-02-16,
A task :a1, 2014-01-01, 30d
Another task :after a1, 20d
section Another
Task in sec :2014-01-12, 12d
another task : 24d
