Cards

Create visual links to other pages or resources.

Basic Usage


Without Icons


Cards without href render as static content boxes:

Coming Soon

This feature is currently in development.

Enterprise Only

Available for enterprise customers.


Without Descriptions



With Rich Content

Card descriptions support Markdown:


Syntax

:::cards
::card{title="Card Title" icon="icon-name" href="/path"}
Optional description with **Markdown** support.
::

::card{title="Another Card" href="https://example.com"}
External link card.
::
:::

Reference

Attribute Required Description
title Yes Card heading text
icon No Phosphor icon name
href No Link URL (internal or external)
Content No Description text (supports Markdown)

Cards without href render as <div> instead of <a>.

Edit this page
Last updated