mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
1,023 B
1,023 B
| title | sort |
|---|---|
| Home | 100 |
Phase 4 — Callout Tags
Check each callout below. Each should show a coloured left border, an icon, a bold title in the accent colour, and a rendered body.
title: Information
This is an **info** callout. Body supports *italic*, `code`, and lists:
- Item one
- Item two
title: Warning
Something needs your attention. This is a **warning** callout.
title: Success
The operation completed successfully. This is a **success** callout.
title: Error
Something went wrong. This is an **error** callout.
No title
No title key here. The title row should not appear at all — just the body.
Custom icon override
title: Info with warning icon
icon: warning
This info callout uses the warning icon instead of the default info icon.