`.
---
## Callouts
Default callout — neutral gray border.
Teal callout — tips and recommendations.
Red callout — warnings and breaking changes.
--
### Callouts — syntax
{callout}Default callout — neutral gray border.{/callout}
{callout-teal}Teal callout — tips.{/callout-teal}
{callout-red}Red callout — warnings.{/callout-red}
{callout-orange}Orange callout — notices.{/callout-orange}
---
## Flow Diagram
Design
→
Implement
→
Test
→
Deploy
--
### Flow Diagram — syntax
<div class="flow" style="justify-content: center;">
{flow-step}Design{/flow-step}
{flow-arrow}
{flow-step}Implement{/flow-step}
</div>
---
## Image
--
### Image — syntax
{img src="image/quarkus.png" width="60%" center}
Note:
Parameters: src (required), width, alt, center/right/left, rounded
---
## Code
@Path("/hello")
public class GreetingResource {
@GET
@Produces(MediaType.TEXT_PLAIN)
public String hello() {
return "Hello from Quarkus!";
}
}
Note:
Use fenced code blocks with a language tag for syntax highlighting.
---
## Video
--
### Video — syntax
{video src="image/demo.mp4" controls width="90%" center rounded}
Note:
Parameters: src (required), controls, autoplay, loop, muted, width, center/right/left, rounded
---
## Summary
- Point 1 · tested and validated
- Point 2 · ready for production
- Next step: your feedback
---
## Questions?
Note:
Thank the audience and open for questions.