mirror of
https://github.com/samuele-cozzi/obsidian-marp-slides.git
synced 2026-07-22 07:40:25 +00:00
1.5 KiB
1.5 KiB
| theme |
|---|
| minimal-container-turquoise |
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
