samuele-cozzi_obsidian-marp.../vault/samples/Sample Markdown-it Plugins.md
2024-03-07 15:06:00 +01:00

1.5 KiB

theme
minimal-container-turquoise

Title

Subtitle


Columns Containers

markdown-it-container

::: container

Colum 1

text dadadas text text text text text text text text text text

:::

::: container

Colum 2

text

:::


Text Highlights

markdown-it-mark

This is ==marked== text


bg


PlantUML Diagram

markdown-it-kroki

@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

markdown-it-kroki

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
	

CallOuts (Work in Progress)

https://github.com/ebullient/markdown-it-obsidian-callouts