Link

Use the Link component to add styled and accessible links to your markdown pages. This component allows you to control the destination URL, link text, and whether it opens in a new tab.

Default usage

Open in a new tab

Options

Required

The destination URL of the link. It can accept either a full external link (e.g. https://google.com) or link to another page within your evidence app (e.g. /sales/performance).

Options:
string
The text displayed for the link.
Default:
Click here
Whether the link should open in a new tab
Options:
Default:
false

Pass custom classes to style the link. Supports Tailwind classes.