flowchart LR A[Hard edge] --> B(Round edge) B --> C{Decision} C --> D[Result one] C --> E[Result two]
A demonstration of Quarto’s slideshow capabilities
Here is some info for slide 1
Here is some info for slide 2
sub slide
Does this force a slide three?
Note: Seems like asides don’t work properly when allowing vertical navication… Eveything gets squished into the same space… Works ok if put into a vertical page though…
What about asides?1
Can I specify differently? 2
flowchart LR A[Hard edge] --> B(Round edge) B --> C{Decision} C --> D[Result one] C --> E[Result two]
graph TD; A-->B; A-->C; B-->D; C-->D;
graph TD; A-->B; A-->C; B-->D; C-->D;
sequenceDiagram participant Alice participant Bob Alice->>Bob: Hello Bob, how are you? Bob-->>Alice: I am good thanks!
gantt title A Gantt Diagram dateFormat YYYY-MM-DD section Section A task :a1, 2025-02-01, 30d Another task :after a1 , 20d
pie title Key Features "Feature A" : 40 "Feature B" : 30 "Feature C" : 30
classDiagram class Animal { +String name +int age +void eat() } class Dog { +String breed +void bark() } Animal <|-- Dog
Note
This is a note callout
Warning
This is a warning callout
Important
This is a tip callout
Tip
This is an info callout
Caution
This is an info callout