Images
Standard Markdown image syntax renders a visible <img> in all output formats.
Basic Usage
Inside a Card
::: card
## Hero Card

A short description of the feature shown above.
[Learn More]* [Dismiss]
:::With Width and Height
Use {width:N height:N} attributes to constrain dimensions.
{width:200 height:150}In a Grid
::: columns-3



:::Syntax

{width:400}
{width:400 height:300}The alt text is passed through to the rendered <img alt="..."> attribute. Use a meaningful description for accessibility.