Alert
Alert Block
A prominent alert box for displaying warnings, errors, or important information.
The Alert Block is used to highlight critical information using the :::alert directive. It supports a title, a description, and a type label.
Examples
Basic Alert
Use the directive key-value pairs to define the alert content.
alert-example.md
:::alerttitle: System Warningdescription: Unauthorized access detected. Security protocols engaged.type: Warning:::Rendered Output
Loading...
Alert Types (More types to be implemented)
You can customize the type field to indicate the nature of the alert (e.g., Error, Info, Success).
Rendered Output (Error)
Error
Critical Error
Core reactor meltdown imminent.
Rendered Output (Info)
Info
System Update
Firmware v2.0 is available for installation.
